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

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