summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/osx_build
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-05-21 02:13:00 +0200
committerRobin Gareus <robin@gareus.org>2014-05-21 02:13:00 +0200
commit4a1cc44cc6f3670894f4b6bda6d776d6d17ff9cb (patch)
tree5a8b9719ca23febadd53b99061683f79ceab60d8 /tools/osx_packaging/osx_build
parent81d8eaa216b168d84150e361484dc3fd4ee80859 (diff)
osx-bundle: fix vfork
Diffstat (limited to 'tools/osx_packaging/osx_build')
-rwxr-xr-xtools/osx_packaging/osx_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 31ac58e2a2..8691051bb6 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -381,7 +381,8 @@ cp $ARDOURSTACK_ROOT/lib/suil-0/lib* $Frameworks
cp $BUILD_ROOT/libs/fst/ardour-vst-scanner* $Frameworks/ || true
# vfork wrapper
-cp $BUILD_ROOT/libs/vfork/ardour-exec-wrapper $Frameworks/
+mkdir $Frameworks/vfork
+cp $BUILD_ROOT/libs/vfork/ardour-exec-wrapper $Frameworks/vfork/
while [ true ] ; do