[M3devel] permissions on make-dist.sh?

Jay jay.krell at cornell.edu
Wed Jun 24 02:45:56 CEST 2009


C:\dev2\cm3.2\scripts>cvs -z3 commit -m "fewer packages for Interix until/unless
 X issue is fixed, and cvsup uses utimes; fix name of birch dot instead of perio
d" make-dist.sh
/usr/cvs/cm3/scripts/make-dist.sh,v  <--  make-dist.sh
new revision: 1.13; previous revision: 1.12
cvs [commit aborted]: cannot rename file .new.make-dist.sh to make-dist.sh: Perm
ission denied



fyi:
 
diff -u -r1.12 make-dist.sh
--- make-dist.sh        20 Jun 2009 19:23:31 -0000      1.12
+++ make-dist.sh        24 Jun 2009 00:45:14 -0000
@@ -1,7 +1,7 @@
 #bash
 # $Id: make-dist.sh,v 1.12 2009-06-20 19:23:31 jkrell Exp $
-DESTHOST=${DESTHOST:-birch,elegosoft.com}
+DESTHOST=${DESTHOST:-birch.elegosoft.com}
 if [ -n "$ROOT" -a -d "$ROOT" ] ; then
   sysinfo="$ROOT/scripts/sysinfo.sh"
@@ -40,7 +40,12 @@
 M3_PORTABLE_RUN_PATH=1
 export M3_PORTABLE_RUN_PATH
-PKG_COLLECTIONS="devlib m3devtool m3gdb webdev gui anim database cvsup obliq ju
no caltech-parser demo tool math game core"
+
+if [ `uname` = 'Interix' ]; then
+  PKG_COLLECTIONS="devlib m3devtool webdev obliq caltech-parser tool math game
core"
+else
+  PKG_COLLECTIONS="devlib m3devtool m3gdb webdev gui anim database cvsup obliq
juno caltech-parser demo tool math game core"
+fi
 DESC_devlib='
 Miscellaneous development libraries
 


More information about the M3devel mailing list