tell skype where to find its resources - by Russell O'Connor
svn path=/nixpkgs/trunk/; revision=17924
This commit is contained in:
parent
3af9d9e586
commit
efca5daeb7
@ -39,7 +39,7 @@ stdenv.mkDerivation ( rec {
|
|||||||
cp -r * \$out/opt/skype/;
|
cp -r * \$out/opt/skype/;
|
||||||
cat >\$out/bin/skype << EOF
|
cat >\$out/bin/skype << EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
\$out/opt/skype/skype
|
\$out/opt/skype/skype --resources=\$out/opt/skype \\$@
|
||||||
EOF
|
EOF
|
||||||
chmod +x \$out/bin/skype
|
chmod +x \$out/bin/skype
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user