summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-07-25 04:09:33 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-07-25 04:09:33 +0000
commit84ea30d82c7639f0aeace9ad1a4b97ef67fc9473 (patch)
treee837e014d35d1a7ff536cb134279954b37609ccf /firefox.spec
parentdisable visibility for i386 too since it appears to go BOOM on linking. =( (diff)
downloadlibrewolf-fedora-ff-84ea30d82c7639f0aeace9ad1a4b97ef67fc9473.tar.gz
librewolf-fedora-ff-84ea30d82c7639f0aeace9ad1a4b97ef67fc9473.tar.bz2
librewolf-fedora-ff-84ea30d82c7639f0aeace9ad1a4b97ef67fc9473.zip
- Make sure that the prefix is properly set.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 0656280..15dd0b7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -151,6 +151,7 @@ removed in favor of xulrunner-devel.
%build
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | %{__sed} s/-O2/-Os/`
+export PREFIX='%{_prefix}'
%ifarch ppc ppc64 s390 s390x
%define moz_make_flags -j1
bgstack15