]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/distrib/maketarball.sh
wxCocoa build fix. Use XPM everywhere.
[wxWidgets.git] / utils / tex2rtf / distrib / maketarball.sh
index ca3dfe18d6621ee904873d7f470c0194b69fb539..d1a3489545acd0ad39730c9434c0cf512c6aa47e 100755 (executable)
@@ -35,8 +35,8 @@ dotar()
     # Make the source archive
     cd $TEX2RTFDIR
     ls `cat $TEX2RTFDIR/distrib/src.rsp` > /tmp/tex2rtf.txt
-    tar cvf $DEST/tex2rtf-$VERSION/tex2rtf-source-$VERSION.tar -T /tmp/tex2rtf.txt
-    gzip $DEST/tex2rtf-$VERSION/tex2rtf-source-$VERSION.tar
+    tar cvf $DEST/tex2rtf-$VERSION/tex2rtf-$VERSION-source.tar -T /tmp/tex2rtf.txt
+    gzip $DEST/tex2rtf-$VERSION/tex2rtf-$VERSION-source.tar
     rm /tmp/tex2rtf.txt
 
     cd $DEST/tex2rtf-$VERSION