projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8da2732
)
comment changes to build_apple_frameworks
author
Martin Hermant
<martin.hermant@gmail.com>
Mon, 13 Feb 2017 17:31:33 +0000
(13:31 -0400)
committer
Paul Brossier
<piem@piem.org>
Thu, 9 Mar 2017 13:26:33 +0000
(14:26 +0100)
Signed-off-by: Paul Brossier <piem@piem.org>
scripts/build_apple_frameworks
patch
|
blob
|
history
diff --git
a/scripts/build_apple_frameworks
b/scripts/build_apple_frameworks
index
7b0b659
..
35a53d5
100755
(executable)
--- 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`