summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-09-15 13:05:31 +0200
committerRobin Gareus <robin@gareus.org>2016-09-15 13:05:31 +0200
commit98491b9eb2ce3d6e4e271a189ca8af6b6e7869fe (patch)
tree3d71fb4e1eb668b1255b22db2adc721d4b09fc1a /tools/osx_packaging
parent5eb36a32835f35fda7bb75f378f57426e53cd265 (diff)
bundle embeddable/nativeUI Harrison plugins
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 7c7020dd52..144516ace9 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -25,6 +25,7 @@ PRINT_SYSDEPS=
WITH_NLS=
: ${HARRISONCHANNELSTRIP=harrison_channelstrip}
+: ${HARRISONLV2=harrison_lv2s-n}
. ../define_versions.sh
@@ -606,13 +607,13 @@ fi
if test x$WITH_HARRISON_LV2 != x ; then
curl -s -S --fail -# \
- -z "${CACHEDIR}/harrison_lv2s.${OSX_BENSID}.zip" \
- -o "${CACHEDIR}/harrison_lv2s.${OSX_BENSID}.zip" \
- "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_lv2s.${OSX_BENSID}.zip"
+ -z "${CACHEDIR}/${HARRISONLV2}.${OSX_BENSID}.zip" \
+ -o "${CACHEDIR}/${HARRISONLV2}.${OSX_BENSID}.zip" \
+ "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/${HARRISONLV2}.${OSX_BENSID}.zip"
mkdir -p "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2"
bsdtar -C "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/" -xf \
- "${CACHEDIR}/harrison_lv2s.${OSX_BENSID}.zip"
+ "${CACHEDIR}/${HARRISONLV2}.${OSX_BENSID}.zip"
fi
if test x$WITH_HARVID != x ; then