diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2007-09-26 13:59:13 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2007-09-26 13:59:13 +0000 |
commit | 22615371e7525f11031db2478105b8c4defe9220 (patch) | |
tree | c7048af49c15b29f95f2f7eaad1ebf719df56550 /firefox-2.0-enable-debug.patch | |
parent | Killing some more dead patches (diff) | |
download | librewolf-fedora-ff-22615371e7525f11031db2478105b8c4defe9220.tar.gz librewolf-fedora-ff-22615371e7525f11031db2478105b8c4defe9220.tar.bz2 librewolf-fedora-ff-22615371e7525f11031db2478105b8c4defe9220.zip |
- Fixed #242657 - firefox -g doesn't work
Diffstat (limited to 'firefox-2.0-enable-debug.patch')
-rw-r--r-- | firefox-2.0-enable-debug.patch | 12 |
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) |