diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-21 21:01:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-21 21:01:24 +0100 |
commit | e1e079806989cd1d7ee5c696b2cc88dc0ee6c9a3 (patch) | |
tree | 8197f35e34cb4f0024edb3cca7c872fc66e43f0e /xulrunner-install.patch | |
parent | 9fd0332b35ec0af0c7f7ea8fc4dbe960b4c3a232 (diff) |
Enigmail 1.3.4
Diffstat (limited to 'xulrunner-install.patch')
-rw-r--r-- | xulrunner-install.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xulrunner-install.patch b/xulrunner-install.patch deleted file mode 100644 index c1393ef..0000000 --- a/xulrunner-install.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up comm-release/mozilla/toolkit/mozapps/installer/packager.mk.install comm-release/mozilla/toolkit/mozapps/installer/packager.mk ---- comm-release/mozilla/toolkit/mozapps/installer/packager.mk.install 2011-11-05 10:21:10.000000000 +0100 -+++ comm-release/mozilla/toolkit/mozapps/installer/packager.mk 2011-11-08 18:48:08.674042803 +0100 -@@ -401,7 +401,7 @@ PRECOMPILE_GRE=$$PWD - endif - - GENERATE_CACHE = \ -- $(_ABS_RUN_TEST_PROGRAM) $(LIBXUL_DIST)/bin/xpcshell$(BIN_SUFFIX) -g "$(PRECOMPILE_GRE)" -a "$$PWD" -f $(MOZILLA_DIR)/toolkit/mozapps/installer/precompile_cache.js -e "populate_startupcache('$(PRECOMPILE_DIR)', 'omni.jar', 'startupCache.zip');" && \ -+ $(_ABS_RUN_TEST_PROGRAM) $(LIBXUL_DIST)/bin/xpcshell$(BIN_SUFFIX) -g "$(PRECOMPILE_GRE)" -a "$$PWD" -f $(call core_abspath,$(MOZILLA_DIR)/toolkit/mozapps/installer/precompile_cache.js) -e "populate_startupcache('$(PRECOMPILE_DIR)', 'omni.jar', 'startupCache.zip');" && \ - rm -rf jsloader && \ - $(UNZIP) startupCache.zip && \ - rm startupCache.zip && \ |