From bd65df330fac55cb626dcd8bc4ae436d0d5a3c04 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 1 Feb 2011 17:36:25 +0000 Subject: [PATCH] don't try to package templates (yet) git-svn-id: svn://localhost/ardour2/branches/3.0@8647 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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