tell skype where to find its resources - by Russell O'Connor

svn path=/nixpkgs/trunk/; revision=17924
This commit is contained in:
Marc Weber 2009-10-22 15:41:34 +00:00
parent 3af9d9e586
commit efca5daeb7

@ -39,7 +39,7 @@ stdenv.mkDerivation ( rec {
cp -r * \$out/opt/skype/;
cat >\$out/bin/skype << EOF
#!/bin/sh
\$out/opt/skype/skype
\$out/opt/skype/skype --resources=\$out/opt/skype \\$@
EOF
chmod +x \$out/bin/skype