mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +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
|
done
|
||||||
|
|
||||||
# Mixbus MixerSettings (if any)
|
# 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
|
mkdir -p $MixerSettings # create on demand
|
||||||
cp "$x" $MixerSettings
|
cp "$x" $MixerSettings
|
||||||
done
|
done
|
||||||
|
|
@ -532,7 +532,7 @@ for svndir in `find $APPDIR -name .svn -type dir`; do
|
||||||
done
|
done
|
||||||
|
|
||||||
# remove temp session utils start script
|
# remove temp session utils start script
|
||||||
rm $Frameworks/ardour-util.sh
|
rm $Frameworks/ardour-util.sh
|
||||||
|
|
||||||
# install bundled LV2s to <app>/Contents/lib/LV2/
|
# install bundled LV2s to <app>/Contents/lib/LV2/
|
||||||
cp -R $BUILD_ROOT/libs/LV2 $Frameworks/
|
cp -R $BUILD_ROOT/libs/LV2 $Frameworks/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue