This commit is contained in:
Olivier Sirol 2000-02-25 16:33:15 +00:00
parent fbbf9c4100
commit 83d11d3945
1 changed files with 8 additions and 1 deletions

View File

@ -15,7 +15,7 @@ COPYTHIS=\*
cd $INSTALL_FROM/archi
for ARCHI in Linux_elf Linux SunOS Solaris
for ARCHI in Linux SunOS Solaris
do
for FILE in $INSTALL_FROM/archi/$ARCHI/bin/$COPYTHIS
do
@ -41,3 +41,10 @@ done
done
done
# Sanity checks
echo "Launching chgrp and chmod ..."
chmod -R ug+w /users/soft5/newlabo/alliance
chgrp -R alliance /users/soft5/newlabo/alliance
echo "Il faut faire ranlib..."