summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-01 17:36:25 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-01 17:36:25 +0000
commitbd65df330fac55cb626dcd8bc4ae436d0d5a3c04 (patch)
tree8ff9a150f704ca55f3160469732ca3f33a9bc87c /tools
parent62f1d732faea94b46165c8486be04960be89be56 (diff)
don't try to package templates (yet)
git-svn-id: svn://localhost/ardour2/branches/3.0@8647 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-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