Fix KIVYIOSROOT setting

This commit is contained in:
Brian Hammond 2013-02-04 14:40:21 -05:00
parent 79c3f66793
commit d67552a703

View file

@ -32,7 +32,7 @@ export XSLT_VERSION=1.1.26
export LXML_VERSION=2.3.1 export LXML_VERSION=2.3.1
# where the build will be located # where the build will be located
export KIVYIOSROOT="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )/../" && pwd )" export KIVYIOSROOT=$PWD
export BUILDROOT="$KIVYIOSROOT/build" export BUILDROOT="$KIVYIOSROOT/build"
export TMPROOT="$KIVYIOSROOT/tmp" export TMPROOT="$KIVYIOSROOT/tmp"
export DESTROOT="$KIVYIOSROOT/tmp/root" export DESTROOT="$KIVYIOSROOT/tmp/root"