summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linux_packaging/build')
-rwxr-xr-xtools/linux_packaging/build11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 80a911dd80..b5b54ddaa1 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -647,6 +647,17 @@ if test -n "$MIXBUS"; then
cp "${CACHEDIR}/${HARRISONCHANNELSTRIP}.${HARCH}.so" \
$APPLIB/ladspa/strip/${HARRISONCHANNELSTRIP}.so
chmod +x $APPLIB/ladspa/strip/${HARRISONCHANNELSTRIP}.so
+
+ echo "Adding Harrison Vamp Plugins"
+
+ curl -s -S --fail -# \
+ -z "${CACHEDIR}/harrison_vamp.${HARCH}.so" \
+ -o "${CACHEDIR}/harrison_vamp.${HARCH}.so" \
+ "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_vamp.${HARCH}.so"
+
+ cp "${CACHEDIR}/harrison_vamp.${HARCH}.so" \
+ $APPLIB/harrison_vamp.so
+ chmod +x $APPLIB/harrison_vamp.so
fi
if test x$WITH_X42_LV2 != x ; then