[bootstrap] Fixed relative paths in buildbootstrap.sh

This commit is contained in:
Vladimir Kozhukalov 2012-08-02 19:03:58 +04:00
parent 3ad25ca872
commit db3ec2291b
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ set -e
[ -n "$BINARIES_DIR" ] || { echo "BINARIES_DIR variable should be defined."; exit 1; }
[ -n "$BASEDIR" ] || { echo "BASEDIR variable should be defined."; exit 1; }
BASEDIR=`readlink -f $BASEDIR`
BINARIES_DIR=`readlink -f $BINARIES_DIR`
###########################
# VARIABLES