summaryrefslogtreecommitdiff
path: root/firefox-2.0-enable-debug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-2.0-enable-debug.patch')
-rw-r--r--firefox-2.0-enable-debug.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/firefox-2.0-enable-debug.patch b/firefox-2.0-enable-debug.patch
new file mode 100644
index 0000000..256b674
--- /dev/null
+++ b/firefox-2.0-enable-debug.patch
@@ -0,0 +1,12 @@
+diff -up mozilla/browser/app/Makefile.in.old mozilla/browser/app/Makefile.in
+--- mozilla/browser/app/Makefile.in.old 2006-08-29 04:03:07.000000000 +0200
++++ mozilla/browser/app/Makefile.in 2007-09-26 15:08:35.000000000 +0200
+@@ -238,7 +238,7 @@ libs:: firefox
+ $(INSTALL) $< $(DIST)/bin
+
+ install:: firefox
+- $(SYSINSTALL) $< $(DESTDIR)$(bindir)
++ $(SYSINSTALL) $< $(DESTDIR)$(mozappdir)
+
+ GARBAGE += firefox
+ GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, firefox.js)
bgstack15