Use git in %autosetup to avoid .orig files
This commit is contained in:
parent
1120251a08
commit
cfca1560fd
@ -261,7 +261,7 @@ Build of PyPy3 with support for micro-threads for massive concurrency
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n pypy3-2.4.0-src -p1
|
%autosetup -n pypy3-2.4.0-src -p1 -S git
|
||||||
|
|
||||||
# Replace /usr/local/bin/python shebangs with /usr/bin/python:
|
# Replace /usr/local/bin/python shebangs with /usr/bin/python:
|
||||||
find -name "*.py" -exec \
|
find -name "*.py" -exec \
|
||||||
|
Loading…
Reference in New Issue
Block a user