diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2004-09-28 06:50:19 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2004-09-28 06:50:19 +0000 |
commit | e52ec4029de2cfdc98f9562251f86ee8c8e3bb6d (patch) | |
tree | 198c2172dc790576c2feace5da4c54cae77fcae2 | |
parent | - Change the vendor to mozilla not fedora (diff) | |
download | librewolf-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.spec | 2 |
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} |