rpms/firefox/devel firefox-mozconfig, 1.6, 1.7 firefox.spec, 1.122, 1.123

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 25 04:09:50 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/firefox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5600

Modified Files:
	firefox-mozconfig firefox.spec 
Log Message:
* Mon Jul 24 2006 Christopher Aillon <caillon at redhat.com>
- Make sure that the prefix is properly set.



Index: firefox-mozconfig
===================================================================
RCS file: /cvs/dist/rpms/firefox/devel/firefox-mozconfig,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- firefox-mozconfig	16 Dec 2005 07:15:58 -0000	1.6
+++ firefox-mozconfig	25 Jul 2006 04:09:33 -0000	1.7
@@ -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


Index: firefox.spec
===================================================================
RCS file: /cvs/dist/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- firefox.spec	24 Jul 2006 20:15:05 -0000	1.122
+++ firefox.spec	25 Jul 2006 04:09:33 -0000	1.123
@@ -151,6 +151,7 @@
 %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




More information about the fedora-cvs-commits mailing list