From 84ea30d82c7639f0aeace9ad1a4b97ef67fc9473 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Tue, 25 Jul 2006 04:09:33 +0000 Subject: [PATCH] - Make sure that the prefix is properly set. --- firefox-mozconfig | 1 + firefox.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/firefox-mozconfig b/firefox-mozconfig index b483b48..e932989 100755 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -1,5 +1,6 @@ . $topsrcdir/browser/config/mozconfig +ac_add_options --prefix="$PREFIX" ac_add_options --with-system-nspr ac_add_options --with-system-nss ac_add_options --with-system-jpeg 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