summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-16 14:52:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-16 14:52:10 +0000
commit28d5a263b484832ab7cbe0b402dcb95bb17a6f65 (patch)
tree26c614ce77409ee33f0931bd342dc57108a149c2 /tools
parent381346ba5f732519c89dc51b03d84ad6decfe6f2 (diff)
adjust to new template structure in OS X packaging tool (note: this was in place for 3.0-beta2 and used during packaging but not committed)
git-svn-id: svn://localhost/ardour2/branches/3.0@11250 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 102134f6d9..c9e807d5dd 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -297,8 +297,8 @@ cp $BUILD_ROOT/libs/panners/*/lib*.dylib $Panners
echo ExportFormat: $f; cp "$f" ../tools/osx_packaging/$ExportFormats ;
done)
(cd $BUILD_ROOT/templates && \
- for f in *.template ; do
- echo Template: $f ; cp "$f" ../../tools/osx_packaging/$Templates ;
+ for f in * ; do
+ echo Template: $f ; cp -r "$f" ../../tools/osx_packaging/$Templates ;
done)
# MIDI maps