don't try to package templates (yet)

git-svn-id: svn://localhost/ardour2/branches/3.0@8647 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-01 17:36:25 +00:00
parent 62f1d732fa
commit bd65df330f

View File

@ -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