summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
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