* Oops, "ls" -> "ls -d".
svn path=/nixpkgs/trunk/; revision=4816
This commit is contained in:
parent
2cbcd0bd7a
commit
5c9484028f
|
@ -7,7 +7,7 @@ postInstall() {
|
||||||
# This fixes starting Firefox when there already is a running
|
# This fixes starting Firefox when there already is a running
|
||||||
# instance. The `firefox' wrapper script actually expects to be
|
# instance. The `firefox' wrapper script actually expects to be
|
||||||
# in the same directory as `run-mozilla.sh', apparently.
|
# 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"
|
test -n "$libDir"
|
||||||
cd $out/bin
|
cd $out/bin
|
||||||
mv xulrunner ../lib/$libDir/
|
mv xulrunner ../lib/$libDir/
|
||||||
|
|
Loading…
Reference in New Issue