fix broken bz2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2006-09-07 12:44:40 +00:00
parent 17dd5538ef
commit 52c636e073

View File

@@ -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}