fix addition of templates to linux bundle
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 20 May 2012 15:04:31 +0000 (15:04 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 20 May 2012 15:04:31 +0000 (15:04 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12343 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/build

index 41adb87d8443e555aa6d499344e7e5b2be61092a..cb9263d65f816e22155ea7930dede88c54f64a0f 100755 (executable)
@@ -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