adjust to new template structure in OS X packaging tool (note: this was in place...
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 16 Jan 2012 14:52:10 +0000 (14:52 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 16 Jan 2012 14:52:10 +0000 (14:52 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11250 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/osx_packaging/osx_build

index 102134f6d974bb115a76d0dce00def34aac79f4d..c9e807d5dd9c49b96f24e44f8612f7c18730def9 100755 (executable)
@@ -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