summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linux_packaging/build')
-rwxr-xr-xtools/linux_packaging/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 32b72a4353..4a145ee7cb 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -518,7 +518,8 @@ fi
# share stuff
cp -R ../../gtk2_ardour/splash.png $Shared
-cp ../../templates/*.template $Shared/templates/
+# currently no templates
+#cp ../../templates/*.template $Shared/templates/
# go through and recursively remove any .svn dirs in the bundle
for svndir in `find $APPDIR -name .svn -type d`; do