Adjust the sed call since chardetect.py moved

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-06-20 15:09:06 -04:00
parent a956d8fe40
commit 5737c81db4
No known key found for this signature in database
GPG Key ID: 9223308FA9B246DB

View File

@ -34,7 +34,7 @@ Python 3 version.
%prep
%setup -q -n %{pypi_name}-%{version}
sed -ie '1d' %{pypi_name}/chardetect.py
sed -ie '1d' %{pypi_name}/cli/chardetect.py
%if 0%{?with_python3}
rm -rf %{py3dir}