setting targetdir
This commit is contained in:
parent
ed4ea89ea5
commit
7d2766304e
1 changed files with 3 additions and 0 deletions
|
@ -17,7 +17,10 @@ set -eux
|
|||
|
||||
#folder where this script is stored.
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
# dirty workarounds to reuse old scripts...
|
||||
export WORKSPACE=`pwd`
|
||||
export TARGET_DIR=/tmp
|
||||
|
||||
# create a clean build folder
|
||||
BUILD_DIR=${WORKSPACE}/build
|
||||
|
|
Loading…
Reference in a new issue