add centos 7 to DISTRO
[git-tools-moved-to-github.git] / id-deb-build / id-mk-dist.sh
index 6ab0876..02d91a4 100755 (executable)
@@ -1,3 +1,6 @@
+echo "id-mk-dist.sh is deprecated -- use mkdist.sh instead"
+exit 1
+
 #!/bin/sh
 if test ! -f debian/changelog; then
        echo "debian/changelog not found"
@@ -5,7 +8,7 @@ if test ! -f debian/changelog; then
 fi
 PRODUCT=`head -1 debian/changelog |awk '{print $1}'`
 if test ! -f IDMETA; then
-       echo "VERSION not found in current directory"
+       echo "IDMETA not found in current directory"
        exit 1
 fi
 . ./IDMETA