diff --git a/distrib/scripts/create_archives.sh b/distrib/scripts/create_archives.sh index 1ce1508e3e..ca00468b28 100755 --- a/distrib/scripts/create_archives.sh +++ b/distrib/scripts/create_archives.sh @@ -151,7 +151,7 @@ dospinport(){ echo "Creating wx$portname-$VERSION.tar.gz..." tar czf $APPDIR/deliver/wx$portname-$VERSION.tar.gz wx$portname-$VERSION echo "Creating wx$portname-$VERSION.tar.bz2..." - tar ch wxWidgets-$VERSION | bzip2 -f9 > $APPDIR/deliver/wx$portname-$VERSION.tar.bz2 + tar ch wx$portname-$VERSION | bzip2 -f9 > $APPDIR/deliver/wx$portname-$VERSION.tar.bz2 popd rm -rf /tmp/wx$port rm ${portfiles}