diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-06-17 13:55:24 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-06-17 13:55:24 -0400 |
commit | 7d260c2da56c08b0b7991838533c223641bebbfb (patch) | |
tree | 72a8c2cfbc303370312c1fa291451452590fedf4 /libre/icecat/xulrunner-copy-stub.patch | |
parent | a67fa7fcea87eef9d885b3af3344e4f0d39ddcba (diff) | |
parent | 7326e5293727cc1461fa92c2ba6868fba49456ae (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Conflicts:
libre/mozilla-searchplugins/PKGBUILD
Diffstat (limited to 'libre/icecat/xulrunner-copy-stub.patch')
-rw-r--r-- | libre/icecat/xulrunner-copy-stub.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/icecat/xulrunner-copy-stub.patch b/libre/icecat/xulrunner-copy-stub.patch new file mode 100644 index 000000000..d69bb4b16 --- /dev/null +++ b/libre/icecat/xulrunner-copy-stub.patch @@ -0,0 +1,11 @@ +--- icecat-12.0/browser/app/Makefile.in~ 2011-12-25 16:19:29.000000000 -0500 ++++ icecat-12.0/browser/app/Makefile.in 2011-12-25 16:19:55.000000000 -0500 +@@ -224,7 +224,7 @@ + else + ifdef LIBXUL_SDK + libs:: +- cp $(LIBXUL_DIST)/bin/$(XULRUNNER_STUB_NAME)$(BIN_SUFFIX) $(DIST)/bin/firefox$(BIN_SUFFIX) ++ cp $(LIBXUL_DIST)/bin/$(XULRUNNER_STUB_NAME)$(BIN_SUFFIX) $(DIST)/bin/icecat$(BIN_SUFFIX) + endif + endif + |