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";
|
name = "firefox.js";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
'' cp -v "${firefox_js}" "browser/app/profile/"
|
'' cp -v "${firefox_js}" "browser/app/profile/firefox.js"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user