summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-13 19:57:40 +0100
committerRobin Gareus <robin@gareus.org>2014-11-13 19:57:40 +0100
commitcb3803433491abfe7c58742dbe7801591b21694a (patch)
treea88aa8e57134555ae2f6f8db3bad7e85d0b9d13f /tools/osx_packaging
parent9a9a8f78ef445bb388e461a9d0bfe169e4124ab7 (diff)
install all additional binaries in $libdir
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index ba503d14c7..3e9f2945a9 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -110,7 +110,6 @@ ExportFormats=$Shared/export
Templates=$Shared/templates
PatchFiles=$Shared/patchfiles
MackieControl=$Shared/mcp
-VFork=$Frameworks/vfork
if [ x$PRINT_SYSDEPS != x ] ; then
#
@@ -147,7 +146,6 @@ mkdir -p $Frameworks/modules
mkdir -p $Etc
mkdir -p $MackieControl
mkdir -p $PatchFiles
-mkdir -p $VFork
# maybe set variables
env=""
@@ -393,13 +391,13 @@ fi
# VST scanner app and wrapper script, if they exist
if test -d $BUILD_ROOT/libs/fst ; then
- cp $BUILD_ROOT/libs/fst/ardour-vst-scanner* $Frameworks/ || true
+ cp $BUILD_ROOT/libs/fst/ardour-vst-scanner* $Frameworks/
fi
# vfork wrapper
if test -f $BUILD_ROOT/libs/vfork/ardour-exec-wrapper ; then
mkdir -p $Frameworks/vfork
- cp $BUILD_ROOT/libs/vfork/ardour-exec-wrapper $VFork
+ cp $BUILD_ROOT/libs/vfork/ardour-exec-wrapper $Frameworks/
fi