]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-linux
in unescape add normal characters in addition to unescaped characters :)
[wxWidgets.git] / wxPython / distrib / all / build-linux
index f0660d8626d1ebd334a25d821bf8d0231fab8719..0a2e6b882ec27ef8cb9db70b944173133fd262dd 100755 (executable)
@@ -31,12 +31,19 @@ PYVER=$@
 
 rpmtop=_rpm_top
 
+if which rpmbuild > /dev/null 2>&1; then
+    RPMBUILD=rpmbuild
+else
+    RPMBUILD=rpm
+fi
+
+
 function DoRPMBuild {
     # $1 : python version
     # $2 : port
     # $3 : unicode
     
-    rpmbuild --define "_topdir $PWD/$rpmtop" \
+    $RPMBUILD --define "_topdir $PWD/$rpmtop" \
        --define "_tmppath $PWD/$rpmtop/tmp" \
        --define "release ${RELEASE}_py$1" \
        --define "pyver $1" \