packages: roxterm/roxterm.spec - use --prefix in configure section instead ...

lisu lisu at pld-linux.org
Tue Feb 7 15:23:47 CET 2012


Author: lisu                         Date: Tue Feb  7 14:23:47 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use --prefix in configure section instead of PREFIX in build section

---- Files affected:
packages/roxterm:
   roxterm.spec (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: packages/roxterm/roxterm.spec
diff -u packages/roxterm/roxterm.spec:1.43 packages/roxterm/roxterm.spec:1.44
--- packages/roxterm/roxterm.spec:1.43	Tue Feb  7 15:11:48 2012
+++ packages/roxterm/roxterm.spec	Tue Feb  7 15:23:42 2012
@@ -69,6 +69,7 @@
 
 %build
 %{__python} mscript.py configure \
+	--prefix="%{_prefix}" \
 	--enable-gtk3 \
 	--enable-sm \
 	--with%{!?with_gnomecontrol:out}-gnome-default-applications
@@ -81,7 +82,6 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__python} mscript.py install \
-	PREFIX="%{_prefix}" \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc
@@ -117,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2012/02/07 14:23:42  lisu
+- use --prefix in configure section instead of PREFIX in build section
+
 Revision 1.43  2012/02/07 14:11:48  lisu
 - ImageMagick -> ImageMagick-coder-png in BRs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/roxterm/roxterm.spec?r1=1.43&r2=1.44&f=u



More information about the pld-cvs-commit mailing list