From da17695c8144ce44172f8aed8634b2bb2f169337 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 11 Nov 2014 15:18:45 +0100 Subject: osx build script: change default xjadeo/harvid cache folder --- tools/osx_packaging/osx_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index a4f46dda1f..6f47109dc3 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -8,8 +8,9 @@ BUILD_ROOT=../../build # where harvid and xjadeo binaries are cached if test -z "$CACHEDIR" -o ! -d "$CACHEDIR"; then - CACHEDIR=`pwd` + CACHEDIR=/var/tmp fi +mkdir -p "$CACHEDIR" SAE= MIXBUS= -- cgit v1.2.3