summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-11-17 12:19:18 +0100
committerRobin Gareus <robin@gareus.org>2015-11-20 17:56:03 +0100
commit180cf13675ea54d240a3175c91ed52217147bf25 (patch)
tree404a919a824482c373bc3169a1e0d03c4c5c496e /tools/x-win
parent0c0e5edfc155c63ae536ae5f18703e4117436917 (diff)
use dedicated parameter for plugin bundling
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/package.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index 4088cd80c6..a010ba9007 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -23,6 +23,8 @@ while [ $# -gt 0 ] ; do
case $1 in
--mixbus)
MIXBUS=1
+ WITH_HARRISON_LV2=1 ;
+ WITH_X42_LV2=1 ;
shift ;;
esac
done
@@ -226,7 +228,7 @@ fi
################################################################################
### Mixbus plugins, etc
-if test -n "$MIXBUS"; then # TODO use separate variable
+if test x$WITH_X42_LV2 != x ; then
mkdir -p $ALIBDIR/LV2
echo "Adding x42 Plugins"
@@ -250,7 +252,7 @@ if test -n "$MIXBUS"; then # TODO use separate variable
unzip -q -d "$ALIBDIR/LV2/" "${SRCDIR}/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip"
fi
-if test -n "$MIXBUS"; then # TODO use separate variable
+if test x$WITH_HARRISON_LV2 != x ; then
mkdir -p $ALIBDIR/LV2
echo "Including Harrison LV2s"