|
From: <jd...@us...> - 2008-12-19 12:38:36
|
Revision: 6681
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6681&view=rev
Author: jdh2358
Date: 2008-12-19 12:38:33 +0000 (Fri, 19 Dec 2008)
Log Message:
-----------
minor tweaks to makefile for osx release
Modified Paths:
--------------
trunk/matplotlib/release/osx/Makefile
Modified: trunk/matplotlib/release/osx/Makefile
===================================================================
--- trunk/matplotlib/release/osx/Makefile 2008-12-19 12:30:33 UTC (rev 6680)
+++ trunk/matplotlib/release/osx/Makefile 2008-12-19 12:38:33 UTC (rev 6681)
@@ -95,7 +95,7 @@
rm -rf upload &&\
mkdir upload &&\
cp matplotlib-${MPLVERSION}.tar.gz upload/ &&\
- cp matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}_r0-py2.5-macosx-10.5-i386.egg upload/matplotlib-${MPLVERSION}-py2.5.egg &&\
+ cp matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}_r0-py2.5-macosx-10.3-fat.egg upload/matplotlib-${MPLVERSION}-py2.5.egg &&\
cp matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}-py2.5-macosx10.5.zip upload/matplotlib-${MPLVERSION}-py2.5-mpkg.zip&&\
scp upload/* jd...@fr...:uploads/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|