X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3700569251e54d5f91c6c2ce25d242feaee4d6c4..bf158fe6c6e0e8c4879c6ac45ba47e8eaacce128:/wxPython/distrib/all/do-build-rpm?ds=inline diff --git a/wxPython/distrib/all/do-build-rpm b/wxPython/distrib/all/do-build-rpm index 6a0bf692de..15a89e1f78 100755 --- a/wxPython/distrib/all/do-build-rpm +++ b/wxPython/distrib/all/do-build-rpm @@ -69,7 +69,7 @@ for dir in SPECS BUILD RPMS SOURCES SRPMS tmp; do fi done -cp wxPython-src-$VERSION.tar.gz $rpmtop/SOURCES +cp wxPython-src-$VERSION.tar.bz2 $rpmtop/SOURCES echo "******************** PYVER = " $PYVER for ver in $PYVER; do @@ -93,7 +93,7 @@ if [ $SKIPCLEAN != yes ]; then rm -rf $rpmtop echo "Cleaning up..." - rm *.spec *.tar.gz + rm *.spec *.tar.bz2 fi echo "-=-=-=- Goodbye! -=-=-=-"