summaryrefslogtreecommitdiffstats
path: root/package/urg
diff options
context:
space:
mode:
authorFabio Porcedda <fabio.porcedda@gmail.com>2014-10-29 10:18:41 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-02 22:48:50 +0100
commitac9621d9950e2ee7ff881d9460961b263e5f81b7 (patch)
treeea44155cab14114fec4978ae735744c52f1b308b /package/urg
parentf787b51af53889eab6ff02ccd807fc6bf018034d (diff)
downloadbuildroot-ac9621d9950e2ee7ff881d9460961b263e5f81b7.tar.gz
buildroot-ac9621d9950e2ee7ff881d9460961b263e5f81b7.zip
unzip: Use the "-q" option to silence unzipping of source files
Add and use the "UNZIP" variable instead of calling directly unzip because the variable contains the "-q" option to silence "unzip" so it doesn't show the list of files extracted just like when tar files are being unpacked. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/urg')
-rw-r--r--package/urg/urg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/urg/urg.mk b/package/urg/urg.mk
index 2db96d5668..f831f749b8 100644
--- a/package/urg/urg.mk
+++ b/package/urg/urg.mk
@@ -25,7 +25,7 @@ URG_CONFIG_SCRIPTS = c_urg-config urg-config
define URG_EXTRACT_CMDS
$(RM) -rf $(URG_DIR)
- unzip -q -d $(BUILD_DIR)/ $(DL_DIR)/$(URG_SOURCE)
+ $(UNZIP) -d $(BUILD_DIR)/ $(DL_DIR)/$(URG_SOURCE)
test -d $(URG_DIR) || \
mv $(BUILD_DIR)/$(subst .zip,,$(URG_SOURCE)) $(URG_DIR)
endef
OpenPOWER on IntegriCloud