corrected apply script
removed binary menu file, it is now created by the apply script
This commit is contained in:
parent
f23b4d16d1
commit
f1950cacc9
Binary file not shown.
|
@ -2,6 +2,9 @@
|
|||
INSTALLDIR="/msc"
|
||||
echo "Input path of MARC/MENTAT installation: [$INSTALLDIR]"
|
||||
read INSTALLDIR
|
||||
if [ $INSTALLDIR = ""] ; then
|
||||
INSTALLDIR="/msc"
|
||||
fi
|
||||
cp ./Marc_tools/comp_user $INSTALLDIR/marc2010/tools
|
||||
cp ./Marc_tools/comp_user_h $INSTALLDIR/marc2010/tools
|
||||
cp ./Marc_tools/comp_user_mp $INSTALLDIR/marc2010/tools
|
||||
|
@ -14,6 +17,6 @@ cp ./Mentat_bin/submit1 $INSTALLDIR/mentat2010/bin
|
|||
cp ./Mentat_bin/submit2 $INSTALLDIR/mentat2010/bin
|
||||
cp ./Mentat_bin/submit3 $INSTALLDIR/mentat2010/bin
|
||||
cp ./Mentat_menus/job_run.ms $INSTALLDIR/mentat2010/menus
|
||||
cp ./Mentat_menus/main.msb $INSTALLDIR/mentat2010/menus/linux64
|
||||
$INSTALLDIR/mentat2010/bin/mentat -compile $INSTALLDIR/mentat2010/menus/linux64/main.msb
|
||||
chmod 555 $INSTALLDIR/marc2010/tools/run_*_marc
|
||||
chmod 555 $INSTALLDIR/marc2010/tools/comp_user?*
|
Loading…
Reference in New Issue