From 47d6c65a1c252d72a84dc2d1fd5a7bc931659c2e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 20 May 2012 15:04:31 +0000 Subject: [PATCH] fix addition of templates to linux bundle git-svn-id: svn://localhost/ardour2/branches/3.0@12343 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 41adb87d84..cb9263d65f 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -487,7 +487,7 @@ for x in $BUILD_ROOT/../mcp/*.device $BUILD_ROOT/../mcp/*.profile ; do done # Templates -for f in * ; do +for f in templates/* ; do if [ -d "$f" ] ; then echo Template: $f ; cp -r "$f" $Templates ; fi