FTBFS fix: Avoid creating .orig files in /usr/bin

This commit is contained in:
Miro Hrončok 2019-02-28 11:46:10 +01:00
parent bbe9e6d297
commit 038fce3b5d

View File

@ -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