From 54345501e1f9e007e3e73d74bb629e10accf24de Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 10 Aug 2015 19:15:33 +0200 Subject: [PATCH] back to the future --- tools/x-win/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index 2794688d79..6575ced46c 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -235,7 +235,7 @@ if test -n "$MIXBUS"; then # TODO use separate variable rsync -a -q --partial \ rsync://x42-plugins.com/x42/win/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip \ "${SRCDIR}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip" - unzip -q -d "$ALIBDIR/LV3/" "${SRCDIR}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip" + unzip -q -d "$ALIBDIR/LV2/" "${SRCDIR}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip" SETBFREE_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/setBfree.latest.txt) rsync -a -q --partial \