don't try to package templates (yet)
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 1 Feb 2011 17:36:25 +0000 (17:36 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 1 Feb 2011 17:36:25 +0000 (17:36 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8647 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/build

index 32b72a43530714b3fe1fe9428b5ae06af6c747a8..4a145ee7cba394988ffa763bc8a6ca19e8ff473d 100755 (executable)
@@ -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