aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVMiklos <vmiklos@frugalware.org>2007-09-04 21:34:26 +0200
committerVMiklos <vmiklos@frugalware.org>2007-09-04 21:34:26 +0200
commit19b805c71dd7e942ac8ee05a683ab1ae5dbbee2b (patch)
tree378600afcf0e77ff75bb0074ac04dd69b3f7586d
parentf080961134608b9d5ca039f9b8f7d2b8de3499ab (diff)
remove hardwired paths
-rw-r--r--skype/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/skype/README b/skype/README
index e1fe1a9f..8c56a743 100644
--- a/skype/README
+++ b/skype/README
@@ -115,10 +115,10 @@ Now create `~/.vnc/xstartup` with the following contents:
----
#!/bin/sh
-/usr/bin/sleep 1
-/usr/bin/skype &
-/usr/bin/sleep 5
-/usr/sbin/skyped
+sleep 1
+skype &
+sleep 5
+skyped
----
Adjust the permissions: