mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
fix addition of templates to linux bundle
git-svn-id: svn://localhost/ardour2/branches/3.0@12343 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4a81c77361
commit
47d6c65a1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue