From 6a591c43171f79cbe3ee09aa4f967fef0c861fba Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 9 Oct 2006 02:35:50 +0000 Subject: [PATCH] make sure the cleanup happens git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/makerpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.50.0