mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Backport Mixbus osx-build script changes
This commit is contained in:
parent
653cd3fa17
commit
d8a3f771c2
1 changed files with 2 additions and 2 deletions
|
|
@ -381,7 +381,7 @@ for x in $BUILD_ROOT/../share/osc/*.preset ; do
|
|||
done
|
||||
|
||||
# Mixbus MixerSettings (if any)
|
||||
for x in $BUILD_ROOT/../mixer_settings/*.lua ; do
|
||||
for x in $BUILD_ROOT/../share/mixer_settings/*.lua ; do
|
||||
mkdir -p $MixerSettings # create on demand
|
||||
cp "$x" $MixerSettings
|
||||
done
|
||||
|
|
@ -532,7 +532,7 @@ for svndir in `find $APPDIR -name .svn -type dir`; do
|
|||
done
|
||||
|
||||
# remove temp session utils start script
|
||||
rm $Frameworks/ardour-util.sh
|
||||
rm $Frameworks/ardour-util.sh
|
||||
|
||||
# install bundled LV2s to <app>/Contents/lib/LV2/
|
||||
cp -R $BUILD_ROOT/libs/LV2 $Frameworks/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue