From ac9621d9950e2ee7ff881d9460961b263e5f81b7 Mon Sep 17 00:00:00 2001 From: Fabio Porcedda Date: Wed, 29 Oct 2014 10:18:41 +0100 Subject: 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 Cc: Arnout Vandecappelle Signed-off-by: Peter Korsgaard --- package/python-keyring/python-keyring.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/python-keyring/python-keyring.mk') diff --git a/package/python-keyring/python-keyring.mk b/package/python-keyring/python-keyring.mk index a2e0af8129..ef8b8af261 100644 --- a/package/python-keyring/python-keyring.mk +++ b/package/python-keyring/python-keyring.mk @@ -11,7 +11,7 @@ PYTHON_KEYRING_SETUP_TYPE = setuptools PYTHON_KEYRING_LICENSE = python software foundation license define PYTHON_KEYRING_EXTRACT_CMDS - unzip -d $(@D) $(DL_DIR)/$(PYTHON_KEYRING_SOURCE) + $(UNZIP) -d $(@D) $(DL_DIR)/$(PYTHON_KEYRING_SOURCE) mv $(@D)/keyring-$(PYTHON_KEYRING_VERSION)/* $(@D) $(RM) -r $(@D)/keyring-$(PYTHON_KEYRING_VERSION) endef -- cgit v1.2.3