summaryrefslogtreecommitdiff
path: root/tools
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
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')
-rwxr-xr-xtools/linux_packaging/build11
-rwxr-xr-xtools/osx_packaging/osx_build11
2 files changed, 10 insertions, 12 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
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index bd504a5579..d750674d36 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -126,7 +126,6 @@ mkdir -p $MidiMaps
mkdir -p $ExportFormats
mkdir -p $Templates
mkdir -p $Frameworks/modules
-mkdir -p $Shared/templates
mkdir -p $Etc
mkdir -p $MackieControl
@@ -306,11 +305,11 @@ for f in $BUILD_ROOT/../export/*.preset $BUILD_ROOT/../export/*.format ; do
done
# Session and Route templates
-for f in $BUILD_ROOT/../templates/* ; do
- if [ -d "$f" ] ; then
- cp -r "$f" $Templates ;
- fi
-done
+#for f in $BUILD_ROOT/../templates/* ; do
+# if [ -d "$f" ] ; then
+# cp -r "$f" $Templates ;
+# fi
+#done
# MidiMaps
# got to be careful with names here