X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb3e358db83056e64e358360946c61990b8057f5..1748289348c4c7dcc467edbf7192ade8a1b78921:/wxPython/distrib/makerpm?ds=sidebyside diff --git a/wxPython/distrib/makerpm b/wxPython/distrib/makerpm index 028cd1f65d..5acb514db4 100755 --- a/wxPython/distrib/makerpm +++ b/wxPython/distrib/makerpm @@ -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