Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 525d68e

Browse files
committed
fixed a tar argument bug in make.osx
svn path=/trunk/matplotlib/; revision=8336
1 parent 3641e09 commit 525d68e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make.osx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fetch:
4040
zlib:
4141
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH} &&\
4242
rm -rf zlib-${ZLIBVERSION} &&\
43-
tar xvfj zlib-${ZLIBVERSION}.tar.gz &&\
43+
tar xvfz zlib-${ZLIBVERSION}.tar.gz &&\
4444
cd zlib-${ZLIBVERSION} &&\
4545
export MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} &&\
4646
export CFLAGS=${CFLAGS} &&\

0 commit comments

Comments
 (0)