contrib/buildrpm
changeset 7431 3d827cc616b6
parent 7277 3e000e2bf5f6
child 8867 ff817723280a
--- a/contrib/buildrpm	Thu Nov 27 00:57:32 2008 +0100
+++ b/contrib/buildrpm	Thu Nov 27 01:09:11 2008 +0100
@@ -3,9 +3,16 @@
 # Build a Mercurial RPM in place.
 # Known to work on:
 # - Fedora 9
+# - Fedora 10
 #
 # Bryan O'Sullivan <bos@serpentine.com>
 
+if hg --version > /dev/null 2>&1; then :
+else
+    echo 'hg command not available!' 1>&2
+    exit 1
+fi
+
 root="`hg root 2>/dev/null`"
 specfile=contrib/mercurial.spec