diff package @ 61:b4f025d95441 stable-0-6-7

bump the version number in configure.in
author Carl Byington <carl@five-ten-sg.com>
date Sat, 16 Feb 2008 12:43:07 -0800
parents 97b7706bdda2
children
line wrap: on
line diff
--- a/package	Sat Feb 16 12:26:35 2008 -0800
+++ b/package	Sat Feb 16 12:43:07 2008 -0800
@@ -10,6 +10,12 @@
 web=/home/httpd/html/510sg/$NAME
 distlog=/tmp/distcheck
 repo=/usr/hg-repository/$NAME
+oldone=$web/packages/$BALL
+
+if [ -f $oldone ]; then
+    echo "$oldone already exists, did you update the version in configure.in?"
+    exit 0
+fi
 
 # check for uncommitted changes
 a=$(hg status)
@@ -85,7 +91,6 @@
 else
     tail -10 $distlog
 fi
-chown --recursive carl:carl *
 
 # throw away the packaging directory
 cd "$pack/.."