make sure the cleanup happens
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -282,7 +282,7 @@ fi
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# Cleanup
|
# Cleanup
|
||||||
|
|
||||||
if [ -z ${skipclean} ]; then
|
if [ "${skipclean}" = "0" ]; then
|
||||||
echo "*** Cleaning up"
|
echo "*** Cleaning up"
|
||||||
rm -rf ${rpmtop}
|
rm -rf ${rpmtop}
|
||||||
rm -rf ${builddir}
|
rm -rf ${builddir}
|
||||||
|
Reference in New Issue
Block a user