summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2017-07-03 14:31:27 -0700
committerLen Ovens <len@ovenwerks.net>2017-07-03 14:31:27 -0700
commit28faa0de0f789340b2c5327187f17dc2a613686a (patch)
treea80f65ef11e794d8367735c06cf55f19fb95163f /tools/osx_packaging
parentb11c64ea5b031964fef89fd14ee422044e48f3d8 (diff)
OSC: Add system osc preset directory
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 0bc63e7752..3e9b587c33 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -147,6 +147,7 @@ Templates=$Shared/templates
PatchFiles=$Shared/patchfiles
LuaScripts=$Shared/scripts
MackieControl=$Shared/mcp
+OSC=$Shared/osc
Themes=$Shared/themes
if [ x$PRINT_SYSDEPS != x ] ; then
@@ -183,6 +184,7 @@ mkdir -p $Templates
mkdir -p $Frameworks/modules
mkdir -p $Etc
mkdir -p $MackieControl
+mkdir -p $OSC
mkdir -p $PatchFiles
mkdir -p $LuaScripts
mkdir -p $Themes
@@ -382,6 +384,12 @@ for x in $BUILD_ROOT/../mcp/*.device $BUILD_ROOT/../mcp/*.profile ; do
cp "$x" $MackieControl
done
+# OSC data
+# got to be careful with names here
+for x in $BUILD_ROOT/../osc/*.preset ; do
+ cp "$x" $OSC
+done
+
# VAMP plugins that we use
cp $BUILD_ROOT/libs/vamp-plugins/libardourvampplugins.dylib $Frameworks