mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-19 04:40:21 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user