This commit is contained in:
Cameron (Kamran) Mashayekhi 2005-11-22 23:30:54 +00:00
parent 3583fc3fc7
commit f7f1678270
2 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,11 @@
#!/bin/sh
export MONO_PATH=/opt/novell/CASA/lib/
HOST_ARCH=`uname -a | grep -c x86_64`
if [ $HOST_ARCH -gt 0 ]
then ARCH_LIB=64
else
ARCH_LIB=
fi
export MONO_PATH=/opt/novell/CASA/lib$ARCH_LIB/
mono /opt/novell/CASA/bin/CASAManager.exe &

View File

@ -1,3 +1,11 @@
#!/bin/sh
export MONO_PATH=/opt/novell/CASA/lib
HOST_ARCH=`uname -a | grep -c x86_64`
if [ $HOST_ARCH -gt 0 ]
then ARCH_LIB=64
else
ARCH_LIB=
fi
export MONO_PATH=/opt/novell/CASA/lib$ARCH_LIB/
mono /opt/novell/CASA/bin/micasad.exe