diff options
Diffstat (limited to 'libre/icecat/xulrunner-copy-stub.patch')
-rwxr-xr-x | 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 100755 index 000000000..b42bd76c8 --- /dev/null +++ b/libre/icecat/xulrunner-copy-stub.patch @@ -0,0 +1,11 @@ +--- browser/app/Makefile.in~ 2008-10-02 10:11:42.000000000 +0200 ++++ browser/app/Makefile.in 2008-10-02 10:12:06.000000000 +0200 +@@ -414,7 +414,7 @@ + else + ifdef LIBXUL_SDK + libs:: +- cp $(LIBXUL_DIST)/bin/xulrunner-stub$(BIN_SUFFIX) $(DIST)/bin/firefox$(BIN_SUFFIX) ++ cp $(LIBXUL_DIST)/bin/xulrunner-stub$(BIN_SUFFIX) $(DIST)/bin/icecat$(BIN_SUFFIX) + endif + endif + |