rpms/ldtp/devel ldtp.spec,1.10,1.11

Adam Miller maxamillion at fedoraproject.org
Fri Jun 11 16:29:30 UTC 2010


Author: maxamillion

Update of /cvs/extras/rpms/ldtp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21251

Modified Files:
	ldtp.spec 
Log Message:
Added the correct buildroot to the python install line



Index: ldtp.spec
===================================================================
RCS file: /cvs/extras/rpms/ldtp/devel/ldtp.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- ldtp.spec	11 Jun 2010 16:18:32 -0000	1.10
+++ ldtp.spec	11 Jun 2010 16:29:30 -0000	1.11
@@ -33,7 +33,7 @@ record test-cases based on user-selectio
 %setup -q
 
 %build
-%{__python} setup.py build
+%{__python} setup.py build --root $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT



More information about the scm-commits mailing list