summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-20 14:35:07 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-20 14:35:07 +0000
commit568818f061f719c2a7b4f2e5bfa5c69a1564eeeb (patch)
tree76d53cc6568c7b41c3adce049368483a9451a092 /tools/osx_packaging
parent5bf8833fccb5c33d907c39cff993bc0783f2e7c1 (diff)
more packaging tweaks
git-svn-id: svn://localhost/ardour2/branches/3.0@12341 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 3076cecfce..d3d07c146c 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -308,15 +308,17 @@ mv $Surfaces/libardourcp*.dylib $Frameworks
# Export formats
cp $BUILD_ROOT/libs/panners/*/lib*.dylib $Panners
(cd ../../export &&
- for f in *.preset ; do
- echo ExportFormat: $f; cp "$f" ../tools/osx_packaging/$ExportFormats ;
+ for f in *.preset *.format ; do
+ echo ExportFormat: $f
+ cp "$f" $ExportFormats ;
done)
# Session and Route templates
(cd $BUILD_ROOT/../templates && \
for f in * ; do
if [ -d "$f" ] ; then
- echo Template: $f ; cp -r "$f" ../tools/osx_packaging/$Templates ;
+ echo Template: $f
+ cp -r "$f" $Templates ;
fi
done)