FTBFS fix: Avoid creating .orig files in /usr/bin
This commit is contained in:
parent
bbe9e6d297
commit
038fce3b5d
@ -337,7 +337,7 @@ popd
|
||||
# this is not worth dealing with because we'll rebuild once more anyway
|
||||
%if %{without bootstrap}
|
||||
for PIP in %{buildroot}%{_bindir}/pip*; do
|
||||
patch -p1 $PIP < %{SOURCE10}
|
||||
patch -p1 --no-backup-if-mismatch $PIP < %{SOURCE10}
|
||||
done
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user