misc tuning and updates;
authorwenzelm
Tue, 07 Apr 2009 23:25:50 +0200
changeset 30885 a3cfe0e27deb
parent 30884 59ce24e0abda
child 30886 dda08b76fa99
misc tuning and updates;
Admin/makedist
--- a/Admin/makedist	Tue Apr 07 23:08:20 2009 +0200
+++ b/Admin/makedist	Tue Apr 07 23:25:50 2009 +0200
@@ -13,8 +13,8 @@
 
 ## diagnostics
 
-PRG=$(basename "$0")
-THIS=$(cd $(dirname "$0"); echo "$PWD")
+PRG="$(basename "$0")"
+THIS="$(cd $(dirname "$0"); echo "$PWD")"
 
 function usage()
 {
@@ -131,9 +131,9 @@
 echo "### Preparing distribution $DISTNAME"
 echo "###"
 
-find . -name .cvsignore -print | xargs rm -rf
+rm -f .hgignore
 find . "(" -name \*.thy -o -name \*.ML ")" -perm +111 -print | xargs chmod -f -x
-find . -print | xargs chmod u+rw
+find . -print | xargs chmod -f u+rw
 
 ./Admin/build all || fail "Failed to build distribution"
 rm -rf Admin