unpack tar files silently

This commit is contained in:
Trammell Hudson 2016-08-03 08:52:23 -04:00
parent 1c64e4ce09
commit f184c8e7f9
Failed to extract signature

View File

@ -38,7 +38,7 @@ define define_module =
$(build)/$($1_dir)/.canary: \
$(packages)/.$1_verify \
$(call outputs,$($1_depends))
tar -xvf "$(packages)/$($1_tar)" -C "$(build)"
tar -xf "$(packages)/$($1_tar)" -C "$(build)"
touch "$$@"
# Copy our stored config file into the unpacked directory