mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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
Block a user