mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
fix copying of templates into bundles, etc
git-svn-id: svn://localhost/ardour2/branches/3.0@12344 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
47d6c65a1c
commit
a47cfd7f6f
2 changed files with 15 additions and 14 deletions
|
|
@ -487,7 +487,7 @@ for x in $BUILD_ROOT/../mcp/*.device $BUILD_ROOT/../mcp/*.profile ; do
|
|||
done
|
||||
|
||||
# Templates
|
||||
for f in templates/* ; do
|
||||
for f in $BUILD_ROOT/../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