summaryrefslogtreecommitdiffstats
path: root/package/tar
diff options
context:
space:
mode:
Diffstat (limited to 'package/tar')
-rw-r--r--package/tar/tar.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tar/tar.mk b/package/tar/tar.mk
index 50c00f968..dea08a543 100644
--- a/package/tar/tar.mk
+++ b/package/tar/tar.mk
@@ -17,7 +17,7 @@ $(DL_DIR)/$(GNUTAR_SOURCE):
tar-source: $(DL_DIR)/$(GNUTAR_SOURCE)
$(GNUTAR_DIR)/.unpacked: $(DL_DIR)/$(GNUTAR_SOURCE)
- $(GNUTAR_CAT) $(DL_DIR)/$(GNUTAR_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
+ $(GNUTAR_CAT) $(DL_DIR)/$(GNUTAR_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
touch $(GNUTAR_DIR)/.unpacked
$(GNUTAR_DIR)/.configured: $(GNUTAR_DIR)/.unpacked