GNU IceCat: Fix the file name of `firefox.js'.

svn path=/nixpkgs/trunk/; revision=19990
This commit is contained in:
Ludovic Courtès 2010-02-14 14:16:15 +00:00
parent ac4cd45459
commit 5fe8c274d5

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation {
name = "firefox.js"; name = "firefox.js";
}; };
in in
'' cp -v "${firefox_js}" "browser/app/profile/" '' cp -v "${firefox_js}" "browser/app/profile/firefox.js"
''; '';
configureFlags = configureFlags =