From: Václav Slavík Date: Thu, 8 Aug 2002 18:21:49 +0000 (+0000) Subject: unified archive naming to name-version-arch X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c0ad31563ff69beb2b0c231467c19550d60c7386 unified archive naming to name-version-arch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/tex2rtf/distrib/maketarball.sh b/utils/tex2rtf/distrib/maketarball.sh index ca3dfe18d6..d1a3489545 100755 --- a/utils/tex2rtf/distrib/maketarball.sh +++ b/utils/tex2rtf/distrib/maketarball.sh @@ -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