summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-20 15:04:31 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-20 15:04:31 +0000
commit47d6c65a1c252d72a84dc2d1fd5a7bc931659c2e (patch)
treefd3da4fc2b88c05801b3188f6b6d0dfb79fce685 /tools
parent4a81c77361feb8f02df361616d8acec7be8ff094 (diff)
fix addition of templates to linux bundle
git-svn-id: svn://localhost/ardour2/branches/3.0@12343 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
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