]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makerpm
wxMemoryDC constructor now optionally accepts a wxBitmap parameter,
[wxWidgets.git] / wxPython / distrib / makerpm
index 3d21e5a7c6e9dece117d97d11a6b05d9a5e6c063..e0bf01245f08c5116c15470e0b451adc77c01df8 100755 (executable)
@@ -28,6 +28,7 @@ lcport=gtk
 unicode=0
 tarname=wxPython-src
 srpmonly=0
+skipclean=0
 
 #----------------------------------------------------------------------
 # Check parameters
@@ -281,7 +282,7 @@ fi
 #----------------------------------------------------------------------
 # Cleanup
 
-if [ -z ${skipclean} ]; then
+if [ "${skipclean}" = "0" ]; then
     echo "*** Cleaning up"
     rm -rf ${rpmtop}
     rm -rf ${builddir}