summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-08 15:25:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-08 15:25:57 +0000
commit74c6ad4e15614183acd6a6c97e43b43e8aeb2115 (patch)
tree375107dbfc91ed63c53ca2bdf2eebd095eb7d08c /tools/osx_packaging
parent8c53e14e6c243ffb42504bc41d790a4e11ecc7af (diff)
define ARDOUR_{MIDIMAPS,MCP}_PATH for bundles and for ./ardev and its cousins, so that we can find MIDI and Mackie support files
git-svn-id: svn://localhost/ardour2/branches/3.0@12211 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index b4f78f9c6a..4a4e8847d3 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -101,6 +101,7 @@ Plugins=$APPROOT/Plugins
Surfaces=$APPROOT/Surfaces
Panners=$APPROOT/Panners
MidiMaps=$APPROOT/MidiMaps
+MCP=$APPROOT/MCP
ExportFormats=$APPROOT/ExportFormats
Templates=$APPROOT/Templates
Shared=$Resources/share
@@ -306,6 +307,9 @@ done)
# MIDI maps
cp ../../midi_maps/*.map $MidiMaps
+# Mackie support files
+cp ../../mcp/*.{device,profile} $MCP
+
# VAMP plugins that we use
cp $BUILD_ROOT/libs/vamp-plugins/libardourvampplugins.dylib $Frameworks