rpms/python/devel python.spec,1.72,1.73

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jun 12 20:30:01 UTC 2006


Author: misa

Update of /cvs/dist/rpms/python/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21192

Modified Files:
	python.spec 
Log Message:
Fixing stray %


Index: python.spec
===================================================================
RCS file: /cvs/dist/rpms/python/devel/python.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- python.spec	12 Jun 2006 19:36:01 -0000	1.72
+++ python.spec	12 Jun 2006 20:29:58 -0000	1.73
@@ -249,7 +249,7 @@
 
 # Documentation tools
 %{__tar} cf - Doc/tools | \
-    %{__tar} xf - -C %$RPM_BUILD_ROOT%{_libdir}/python%{pybasever}
+    %{__tar} xf - -C $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}
 
 # Useful demo scripts
 install -m755 -d $RPM_BUILD_ROOT%{demo_dir}




More information about the fedora-cvs-commits mailing list