From 5fe8c274d58891810077824313f5ef3c4ee26965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 14 Feb 2010 14:16:15 +0000 Subject: [PATCH] GNU IceCat: Fix the file name of `firefox.js'. svn path=/nixpkgs/trunk/; revision=19990 --- pkgs/applications/networking/browsers/icecat-3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/icecat-3/default.nix b/pkgs/applications/networking/browsers/icecat-3/default.nix index c9845843981..bf0525668c8 100644 --- a/pkgs/applications/networking/browsers/icecat-3/default.nix +++ b/pkgs/applications/networking/browsers/icecat-3/default.nix @@ -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 =