]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makerpm
added our own implementation of strto[u]ll() if the system doesn't have one (patch...
[wxWidgets.git] / wxPython / distrib / makerpm
index 028cd1f65dd41cf23eaa68ad33c39d1ec4dd737f..5acb514db4ce4bcf37018a676c8ef8aa76656550 100755 (executable)
@@ -3,6 +3,7 @@
 # Build an RPM containing both wxGTK and wxPython
 
 ##set -o xtrace
+##set -o errexit
 
 spectemplate=distrib/wxPythonFull.spec.in
 
@@ -236,7 +237,7 @@ fi
 #----------------------------------------------------------------------
 # build the RPM
 
-if [ -z "${skiprpm}" ]; then
+if [ "${skiprpm}" != "1" ]; then
     echo "*** Building RPMs..."
     cp ${distdir}/${tarver}.tar.bz2 ${rpmtop}/SOURCES