summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-09-28 06:50:19 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-09-28 06:50:19 +0000
commite52ec4029de2cfdc98f9562251f86ee8c8e3bb6d (patch)
tree198c2172dc790576c2feace5da4c54cae77fcae2
parent- Change the vendor to mozilla not fedora (diff)
downloadlibrewolf-fedora-ff-e52ec4029de2cfdc98f9562251f86ee8c8e3bb6d.tar.gz
librewolf-fedora-ff-e52ec4029de2cfdc98f9562251f86ee8c8e3bb6d.tar.bz2
librewolf-fedora-ff-e52ec4029de2cfdc98f9562251f86ee8c8e3bb6d.zip
- Change the vendor to mozilla not fedora
- Build with --disable-strip so debuginfo packages work (#133738) - Add pkgconfig patch (bmo #261090)
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 20505eb..824fbaf 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -79,7 +79,7 @@ MAKE="gmake %{?_smp_mflags}" make -f client.mk build
%{__rm} -rf $RPM_BUILD_ROOT
cd xpinstall/packager/
-%{__make} MOZILLA_BIN="\$(DIST)/bin/firefox-bin"
+%{__make} MOZILLA_BIN="\$(DIST)/bin/firefox-bin" STRIP=/bin/true
cd -
%{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications}
bgstack15