From: Chris Elliott Date: Sat, 14 Feb 2009 12:09:30 +0000 (+0000) Subject: reduce tarballs as discussed on wx-dev X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4dd250f7872a89ba6d452ef503ff10a41eb25745?ds=inline reduce tarballs as discussed on wx-dev git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/scripts/pre-flight.sh b/distrib/scripts/pre-flight.sh index 42976a373a..2d1145ebef 100755 --- a/distrib/scripts/pre-flight.sh +++ b/distrib/scripts/pre-flight.sh @@ -68,7 +68,7 @@ tar czf $DIST_DIR/wxWidgets-snapshot-$BUILD_VERSION.tar.gz $WX_TEMP_DIR cp $SCRIPTDIR/create_archives.sh $APPDIR/distrib/scripts chmod +x $APPDIR/distrib/scripts/create_archives.sh -$APPDIR/distrib/scripts/create_archives.sh --all +$APPDIR/distrib/scripts/create_archives.sh --wxall --wxmsw echo "Tarballs located at: $DIST_DIR"