From: Martin Hermant Date: Mon, 13 Feb 2017 17:31:33 +0000 (-0400) Subject: comment changes to build_apple_frameworks X-Git-Tag: 0.4.5~65 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=ce49bb53240de0594010b2ae253ca825568ec7fe;p=aubio.git comment changes to build_apple_frameworks Signed-off-by: Paul Brossier --- diff --git a/scripts/build_apple_frameworks b/scripts/build_apple_frameworks index 7b0b659e..35a53d58 100755 --- a/scripts/build_apple_frameworks +++ b/scripts/build_apple_frameworks @@ -1,4 +1,6 @@ #! /bin/sh + +# cd to aubio directory for consistency cd `dirname $0`/.. AUBIO_TMPDIR=`mktemp -d /var/tmp/aubio-build-XXXX`