Use patch -p0 not -p1 since we are using a different setup directive

This commit is contained in:
Michel Alexandre Salim 2015-09-01 09:47:40 +07:00
parent fd864063a9
commit b8ae11f27e

View File

@ -66,7 +66,7 @@ flow.
%prep
%setup -qc
%patch0 -p1 -b .tweak_timeouts
%patch0 -p0 -b .tweak_timeouts
mv %{pkgname}-%{version} python2
# remove shebang, mergedbs gets installed in sitelib
%{__sed} -i -e 1,2d python2/src/hypothesis/tools/mergedbs.py