From 5737c81db4f5ac4cb9e96d9d61b011aee4c1a55d Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 20 Jun 2017 15:09:06 -0400 Subject: [PATCH] Adjust the sed call since chardetect.py moved Signed-off-by: Jeremy Cline --- python-chardet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-chardet.spec b/python-chardet.spec index 437fa64..47e7a28 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -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}