bundled LV2 plugin build and deployment

This commit is contained in:
Robin Gareus 2013-10-20 17:24:59 +02:00
parent d6e2e34025
commit 9faae9c8a3
6 changed files with 30 additions and 23 deletions

View file

@ -534,6 +534,9 @@ cp -R ../../gtk2_ardour/splash.png $Shared
cp -R ../../gtk2_ardour/small-splash.png $Shared
cp -R ../../gtk2_ardour/ArdourMono.ttf $Shared
# install bundled LV2s to <app>/lib/LV2/
cp -R $BUILD_ROOT/libs/LV2 $APPLIB/
# go through and recursively remove any .svn dirs in the bundle
for svndir in `find $APPDIR -name .svn -type d`; do
rm -rf $svndir