GNU IceCat: Fix the file name of `firefox.js'.
svn path=/nixpkgs/trunk/; revision=19990
This commit is contained in:
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 =
|
||||
|
|
Loading…
Reference in New Issue