diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 21:19:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 21:19:47 +0000 |
commit | bb05a9ad46cd8c743ccdda99578ca424073f7a4d (patch) | |
tree | ea4e25b4fb8714ca2bc89e634f5ba94845f50318 /package/rsync | |
parent | bad642827254b85395c02e806a010e3c65cf551c (diff) |
Make the TAR_VERBOSITY option a bit more sane
Diffstat (limited to 'package/rsync')
-rw-r--r-- | package/rsync/rsync.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index 7befe4e9c..eb741b86b 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -15,7 +15,7 @@ $(DL_DIR)/$(RSYNC_SOURCE): $(WGET) -P $(DL_DIR) $(RSYNC_SITE)/$(RSYNC_SOURCE) $(RSYNC_DIR)/.unpacked: $(DL_DIR)/$(RSYNC_SOURCE) - $(RSYNC_CAT) $(DL_DIR)/$(RSYNC_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f - + $(RSYNC_CAT) $(DL_DIR)/$(RSYNC_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - touch $(RSYNC_DIR)/.unpacked $(RSYNC_DIR)/.configured: $(RSYNC_DIR)/.unpacked |