mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
quiet unzip
This commit is contained in:
parent
5122b7f8e1
commit
d22768f96f
1 changed files with 3 additions and 3 deletions
|
|
@ -242,19 +242,19 @@ if test -n "$MIXBUS"; then # TODO use separate variable
|
||||||
rsync -a -q --partial \
|
rsync -a -q --partial \
|
||||||
rsync://x42-plugins.com/x42/win/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip \
|
rsync://x42-plugins.com/x42/win/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip \
|
||||||
"${SRCDIR}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip"
|
"${SRCDIR}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip"
|
||||||
unzip -d "$ALIBDIR/LV2/" "${SRCDIR}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip"
|
unzip -q -d "$ALIBDIR/LV3/" "${SRCDIR}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip"
|
||||||
|
|
||||||
SETBFREE_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/setBfree.latest.txt)
|
SETBFREE_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/setBfree.latest.txt)
|
||||||
rsync -a -q --partial \
|
rsync -a -q --partial \
|
||||||
rsync://x42-plugins.com/x42/win/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip \
|
rsync://x42-plugins.com/x42/win/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip \
|
||||||
"${SRCDIR}/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip"
|
"${SRCDIR}/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip"
|
||||||
unzip -d "$ALIBDIR/LV2/" "${SRCDIR}/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip"
|
unzip -q -d "$ALIBDIR/LV2/" "${SRCDIR}/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip"
|
||||||
|
|
||||||
MIDIFILTER_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/x42-midifilter.latest.txt)
|
MIDIFILTER_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/x42-midifilter.latest.txt)
|
||||||
rsync -a -q --partial \
|
rsync -a -q --partial \
|
||||||
rsync://x42-plugins.com/x42/win/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip \
|
rsync://x42-plugins.com/x42/win/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip \
|
||||||
"${SRCDIR}/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip"
|
"${SRCDIR}/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip"
|
||||||
unzip -d "$ALIBDIR/LV2/" "${SRCDIR}/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip"
|
unzip -q -d "$ALIBDIR/LV2/" "${SRCDIR}/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "$MIXBUS"; then # TODO use separate variable
|
if test -n "$MIXBUS"; then # TODO use separate variable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue