Revision: 8336 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8336&view=rev Author: jdh2358 Date: 2010-05-26 12:46:46 +0000 (Wed, 26 May 2010)
Log Message: ----------- fixed a tar argument bug in make.osx Modified Paths: -------------- trunk/matplotlib/make.osx Modified: trunk/matplotlib/make.osx =================================================================== --- trunk/matplotlib/make.osx 2010-05-24 20:06:20 UTC (rev 8335) +++ trunk/matplotlib/make.osx 2010-05-26 12:46:46 UTC (rev 8336) @@ -40,7 +40,7 @@ zlib: export PKG_CONFIG_PATH=${PKG_CONFIG_PATH} &&\ rm -rf zlib-${ZLIBVERSION} &&\ - tar xvfj zlib-${ZLIBVERSION}.tar.gz &&\ + tar xvfz zlib-${ZLIBVERSION}.tar.gz &&\ cd zlib-${ZLIBVERSION} &&\ export MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} &&\ export CFLAGS=${CFLAGS} &&\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins