Patch only 32bit builds

i8-stream-4.8
Arkady L. Shane 6 months ago
parent 187512a541
commit 828601abc2
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -57,7 +57,9 @@ documentation.
%prep
%setup -q -n %{name}-%{upstreamversion}
%patch -P1 -p1 -b .py392
%ifarch %{ix86}
%patch -P2 -p1 -b .py392-exeption
%endif
# Patch files to use python2 instead of (since lately) non existent python binary.
sed -i 's|python|python2|' %{_builddir}/%{name}-%{version}/Makefile %{_builddir}/%{name}-%{version}/doc/Makefile

Loading…
Cancel
Save