www/touch: be quiet on extract

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2019-06-27 20:28:17 +02:00
parent 5edd99d179
commit 7dfcd265d8

View File

@ -13,7 +13,7 @@ ${TOUCHDATA}: extract_touch
.PHONY: extract_touch
extract_touch: ${TOUCHSRC}
rm -rf ${TOUCHDIR}
unzip -x ${TOUCHSRC}
unzip -q -x ${TOUCHSRC}
.PHONY: all
all: