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
This commit is contained in:
Paul Davis 2012-01-16 14:52:10 +00:00
parent 381346ba5f
commit 28d5a263b4

View File

@ -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