mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
bundled LV2 plugin build and deployment
This commit is contained in:
parent
d6e2e34025
commit
9faae9c8a3
6 changed files with 30 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue