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:
parent
665987942f
commit
c9c201aff6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user