fix back the KIVYIOSROOT path

This commit is contained in:
Mathieu Virbel 2013-02-11 21:44:48 +01:00
parent 3875dd12e2
commit af09496fa5

View file

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