From: Robin Dunn Date: Mon, 9 Oct 2006 02:35:50 +0000 (+0000) Subject: make sure the cleanup happens X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6a591c43171f79cbe3ee09aa4f967fef0c861fba?ds=inline make sure the cleanup happens git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/makerpm b/wxPython/distrib/makerpm index bd0fc32e77..e0bf01245f 100755 --- a/wxPython/distrib/makerpm +++ b/wxPython/distrib/makerpm @@ -282,7 +282,7 @@ fi #---------------------------------------------------------------------- # Cleanup -if [ -z ${skipclean} ]; then +if [ "${skipclean}" = "0" ]; then echo "*** Cleaning up" rm -rf ${rpmtop} rm -rf ${builddir}