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
This commit is contained in:
Robin Dunn
2007-03-20 22:33:27 +00:00
parent 8595a01736
commit eebadca297

View File

@@ -3,6 +3,7 @@
# Build an RPM containing both wxGTK and wxPython # Build an RPM containing both wxGTK and wxPython
##set -o xtrace ##set -o xtrace
##set -o errexit
spectemplate=distrib/wxPythonFull.spec.in spectemplate=distrib/wxPythonFull.spec.in
@@ -236,7 +237,7 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
# build the RPM # build the RPM
if [ -z "${skiprpm}" ]; then if [ "${skiprpm}" != "1" ]; then
echo "*** Building RPMs..." echo "*** Building RPMs..."
cp ${distdir}/${tarver}.tar.bz2 ${rpmtop}/SOURCES cp ${distdir}/${tarver}.tar.bz2 ${rpmtop}/SOURCES