]> granicus.if.org Git - python/commitdiff
Fixing an improperly escaped grep in .spec file, pointed out by Neal Norwitz.
authorSean Reifscheider <jafo@tummy.com>
Tue, 5 Sep 2006 13:39:06 +0000 (13:39 +0000)
committerSean Reifscheider <jafo@tummy.com>
Tue, 5 Sep 2006 13:39:06 +0000 (13:39 +0000)
Misc/RPM/python-2.5.spec

index 877e0aec3fd0b028e176f377a4efdd4998057107..4df60e84487ad9ff6deacd518528f8dad6c01b0e 100644 (file)
@@ -286,7 +286,7 @@ find "$RPM_BUILD_ROOT""%{__prefix}"/bin -type f |
 rm -f tools.files
 find "$RPM_BUILD_ROOT""%{__prefix}"/%{libdirname}/python%{libvers}/idlelib \
       "$RPM_BUILD_ROOT""%{__prefix}"/%{libdirname}/python%{libvers}/Tools -type f |
-      grep -v -e '\\.pyc$' -e '\\.pyo$' |
+      grep -v -e '\.pyc$' -e '\.pyo$' |
       sed "s|^${RPM_BUILD_ROOT}|/|" >tools.files
 echo "%{__prefix}"/bin/idle%{binsuffix} >>tools.files
 grep '\.py$' tools.files | sed 's/$/c/' | grep -v /idlelib/ >tools.files.tmp