Small fix to builddep script

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4545 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2009-11-10 21:24:29 +00:00
parent 665987942f
commit c9c201aff6

View File

@ -31,7 +31,8 @@ if [ ! -d $GSA ]; then
exit 1;
fi
set -x
XCATCOREDIR=`dirname $0`
cd `dirname $0`
XCATCOREDIR=`/bin/pwd`
if [ -z "$DESTDIR" ]; then
DESTDIR=../../../xcat-dep
fi