3
0
Fork 0
forked from mirrors/nixpkgs

* Oops, "ls" -> "ls -d".

svn path=/nixpkgs/trunk/; revision=4816
This commit is contained in:
Eelco Dolstra 2006-02-15 12:37:28 +00:00
parent 2cbcd0bd7a
commit 5c9484028f

View file

@ -7,7 +7,7 @@ postInstall() {
# This fixes starting Firefox when there already is a running
# instance. The `firefox' wrapper script actually expects to be
# in the same directory as `run-mozilla.sh', apparently.
libDir=$(cd $out/lib && ls xulrunner-*)
libDir=$(cd $out/lib && ls -d xulrunner-*)
test -n "$libDir"
cd $out/bin
mv xulrunner ../lib/$libDir/