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

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


Author: maxamillion

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

Modified Files:
	ldtp.spec 
Log Message:
Fixed typo .... batting a thousand today



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



More information about the scm-commits mailing list