Skip to content

Commit b0e0592

Browse files
committed
minor tweaks to makefile for osx release
svn path=/trunk/matplotlib/; revision=6681
1 parent a3d4e52 commit b0e0592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/osx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ upload:
9595
rm -rf upload &&\
9696
mkdir upload &&\
9797
cp matplotlib-${MPLVERSION}.tar.gz upload/ &&\
98-
cp matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}_r0-py2.5-macosx-10.5-i386.egg upload/matplotlib-${MPLVERSION}-py2.5.egg &&\
98+
cp matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}_r0-py2.5-macosx-10.3-fat.egg upload/matplotlib-${MPLVERSION}-py2.5.egg &&\
9999
cp matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}-py2.5-macosx10.5.zip upload/matplotlib-${MPLVERSION}-py2.5-mpkg.zip&&\
100100
scp upload/* jdh2358@frs.sourceforge.net:uploads/
101101

0 commit comments

Comments
 (0)