summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-06 11:37:16 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-06 11:37:16 -0400
commit2a1b4bff48b32891507c6dd83224c4b583a15dea (patch)
tree2f1ff04d12dcaeb3ab289f9b0f2eb66f5195b883 /tools/linux_packaging
parent433e3bda70b251f9e43b9f539923faf21d8f0220 (diff)
do not include templates in a distributed version of ardour, they are useless. see the comments in templates/wscript on why this is so, and why this change was made
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build11
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index e039767934..1928fadd8f 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -192,7 +192,6 @@ mkdir -p $MackieControl
mkdir -p $ExportFormats
mkdir -p $Panners
mkdir -p $Templates
-mkdir -p $Shared/templates
mkdir -p $Shared/doc
# maybe set variables
@@ -363,11 +362,11 @@ for x in $BUILD_ROOT/../mcp/*.device $BUILD_ROOT/../mcp/*.profile ; do
done
# Templates
-for f in $BUILD_ROOT/../templates/* ; do
- if [ -d "$f" ] ; then
- echo Template: $f ; cp -r "$f" $Templates ;
- fi
-done
+#for f in $BUILD_ROOT/../templates/* ; do
+# if [ -d "$f" ] ; then
+# echo Template: $f ; cp -r "$f" $Templates ;
+# fi
+#done
# ExportFormats
# got to be careful with names here