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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user