diff options
author | VMiklos <vmiklos@frugalware.org> | 2007-09-04 21:34:26 +0200 |
---|---|---|
committer | VMiklos <vmiklos@frugalware.org> | 2007-09-04 21:34:26 +0200 |
commit | 19b805c71dd7e942ac8ee05a683ab1ae5dbbee2b (patch) | |
tree | 378600afcf0e77ff75bb0074ac04dd69b3f7586d | |
parent | f080961134608b9d5ca039f9b8f7d2b8de3499ab (diff) |
remove hardwired paths
-rw-r--r-- | skype/README | 8 |
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: |