Adjust the sed call since chardetect.py moved
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
a956d8fe40
commit
5737c81db4
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue