From eebadca297fc9f6ee7147e8fc0dc5359ecad9882 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 20 Mar 2007 22:33:27 +0000 Subject: [PATCH] be explicit about testing skiprpm so the srpm in the current build tools doesn't gert skipped by accident git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/makerpm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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