Fixed #242657 - firefox -g doesn't work

This commit is contained in:
Martin Stransky 2007-09-26 15:32:44 +00:00
parent d1e5226390
commit 85d4930fd6
3 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,12 @@
diff -up mozilla/mail/app/Makefile.in.old mozilla/mail/app/Makefile.in
--- mozilla/mail/app/Makefile.in.old 2007-02-28 07:52:59.000000000 +0100
+++ mozilla/mail/app/Makefile.in 2007-09-26 16:53:51.000000000 +0200
@@ -257,7 +257,7 @@ libs:: thunderbird
$(INSTALL) $< $(DIST)/bin
install:: thunderbird
- $(SYSINSTALL) $< $(DESTDIR)$(bindir)
+ $(SYSINSTALL) $< $(DESTDIR)$(mozappdir)
GARBAGE += thunderbird
GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, all.js all-thunderbird.js channel-prefs.js mailnews.js)

View File

@ -14,7 +14,7 @@ MOZILLA_FIVE_HOME="$MOZ_LIB_DIR/thunderbird-TBIRD_VERSION"
MRE_HOME="$MOZ_LIB_DIR/thunderbird-TBIRD_VERSION"
export MOZILLA_FIVE_HOME MRE_HOME
MOZ_PROGRAM=$MRE_HOME/thunderbird-bin
MOZ_PROGRAM=$MRE_HOME/thunderbird
#MOZ_CLIENT_PROGRAM="$MRE_HOME/mozilla-xremote-client -a thunderbird"
MOZ_CLIENT_PROGRAM="$MRE_HOME/thunderbird-bin -remote"

View File

@ -8,7 +8,7 @@
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 2.0.0.6
Release: 5%{?dist}
Release: 6%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@ -64,6 +64,7 @@ Patch103: thunderbird-1.5-profile-migrator.patch
Patch104: firefox-1.5-dnd-nograb.patch
Patch106: firefox-2.0-indicator-crash.patch
Patch111: thunderbird-path.patch
Patch112: thunderbird-2.0-enable-debug.patch
%if %{official_branding}
# Required by Mozilla Corporation
@ -147,6 +148,7 @@ popd
#%patch104 -p1 -b .dnd-nograb
%patch106 -p1 -b .indicator-crash
%patch111 -p1 -b .path
%patch112 -p1 -b .debug
%if %{official_branding}
# Required by Mozilla Corporation
@ -302,6 +304,7 @@ update-desktop-database %{_datadir}/applications
%{mozappdir}/res
%{mozappdir}/run-mozilla.sh
%{mozappdir}/thunderbird-bin
%{mozappdir}/thunderbird
%{mozappdir}/updater
%{mozappdir}/*.so
@ -318,6 +321,9 @@ update-desktop-database %{_datadir}/applications
#===============================================================================
%changelog
* Wed Sep 26 2007 Martin Stransky <stransky@redhat.com> 2.0.0.6-3
- Fixed #242657 - firefox -g doesn't work
* Tue Sep 25 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-5
- Removed hardcoded MAX_PATH, PATH_MAX and MAXPATHLEN macros