Skip to content

Commit a5143ef

Browse files
committed
Corrected a bug with an extension.
1 parent e90dd97 commit a5143ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper_scripts/install_faststructure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mv lib/* ${install_dir}/lib
6060

6161
# cython
6262
cd ${tempdir}
63-
tar xvfz Cython-0.22.zip
63+
tar xvfz Cython-0.22.tar.gz
6464
cd Cython-0.22
6565
python2 setup.py install --user
6666

0 commit comments

Comments
 (0)