More changes to deal with 64bit platform issues.

This commit is contained in:
Juan Carlos Luciani
2006-11-29 06:23:48 +00:00
parent 33ca5ca168
commit dfc4379769
4 changed files with 17 additions and 5 deletions

View File

@@ -34,7 +34,13 @@
# #
#############################################################
JAVA_HOME=/usr/lib/jvm/jre-1.5.0
if [ -d /usr/lib64 ]; then
LIB=lib64
else
LIB=lib
fi
JAVA_HOME=/usr/$LIB/jvm/jre-1.5.0
# Do not do anything if the client keystore has already been created
if [ -f /etc/CASA/authtoken/keys/client/jks-store ]; then