summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-torchtext.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-torchtext.spec b/python-torchtext.spec
index af32c42..53e0386 100644
--- a/python-torchtext.spec
+++ b/python-torchtext.spec
@@ -39,7 +39,7 @@ Models, data loaders and abstractions for language processing, powered by PyTorc
%autosetup -p1 -n text-%{pypi_version}
rm -rf third_party/*
mkdir third_party/sentencepiece
-unzip ../%{SOURCE1} -d third_party/sentencepiece
+unzip %{SOURCE1} -d third_party/sentencepiece
%build
%py3_build