mirror of
https://github.com/python/cpython.git
synced 2026-01-29 10:42:17 +00:00
Fixing an improperly escaped grep in .spec file, pointed out by Neal Norwitz.
This commit is contained in:
parent
a8ed1b01a1
commit
d7357791e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue