remove file lists on exit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -149,11 +149,13 @@ dospinport(){
|
||||
echo "Creating wx$portname-$VERSION.zip..."
|
||||
zip $ZIPFLAGS -r -9 $APPDIR/deliver/wx$portname-$VERSION.zip .
|
||||
echo "Creating wx$portname-$VERSION.tar.gz..."
|
||||
tar czvf $APPDIR/deliver/wx$portname-$VERSION.tar.gz wxWidgets-$VERSION
|
||||
tar czf $APPDIR/deliver/wx$portname-$VERSION.tar.gz wxWidgets-$VERSION
|
||||
echo "Creating wx$portname-$VERSION.tar.bz2..."
|
||||
tar ch wxWidgets-$VERSION | bzip2 -f9 > $APPDIR/deliver/wx$portname-$VERSION.tar.bz2
|
||||
popd
|
||||
rm -rf /tmp/wx$port
|
||||
rm ${portfiles}
|
||||
rm /tmp/textfiles
|
||||
}
|
||||
|
||||
prepareforrelease()
|
||||
|
Reference in New Issue
Block a user