diff --git a/CVSROOT/fastinstool b/CVSROOT/fastinstool index d12874c7..5961962c 100755 --- a/CVSROOT/fastinstool +++ b/CVSROOT/fastinstool @@ -6,6 +6,8 @@ export PATH DATE=`date +"%Y.%m.%d_%H.%M.%S"` LABO=/users/soft5/newlabo/alliance +cd /users/soft5/newlabo/cvstree/alliance/archi + for ARCHI in Linux_elf Linux SunOS Solaris do for FILE in /users/soft5/newlabo/cvstree/alliance/archi/$ARCHI/bin/* diff --git a/CVSROOT/instool b/CVSROOT/instool index 9f27dc2c..49a5c17b 100755 --- a/CVSROOT/instool +++ b/CVSROOT/instool @@ -7,7 +7,7 @@ # Author: Frédéric Pétrot (fred@pasta.fr.ea) # for version 0 # -# $Id: instool,v 1.8 1999/10/12 15:51:50 czo Exp $ +# $Id: instool,v 1.9 1999/10/15 10:01:11 czo Exp $ # PATH=/users/outil1/alliance/cvsroot/CVSROOT:/asim/gnu/bin:/usr/ucb:/usr/etc:/bin:/usr/bin:/usr/local/bin:${PATH} @@ -238,7 +238,7 @@ echo " the default shell is now sh" fi echo "`basename $0`: Checking for space on disk :" - s=`du -s $1/labo/cells $1/labo/etc $1/labo/man 2>/dev/null | tail -1 | cut -f 1` + s=1 for i in $TARGET; do for j in $DIR; do d=`du -s $1/labo/$i/$j 2>/dev/null | tail -1 | cut -f 1` @@ -294,7 +294,7 @@ echo " the default shell is now sh" exit 17 fi if [ $i = "SunOS" ] ; then - rsh heavy ranlib $LABO/archi/$i/$j/`basename $k` + ssh heavy ranlib $LABO/archi/$i/$j/`basename $k` fi done else