From 5e25faf276f37b610752fd5e3cdae05699bf627a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 25 Jul 2019 07:46:41 +0200 Subject: [PATCH] vcs-snapshot.eclass: Add verbose einfo for unpacking MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add an einfo call to make explicit notice of each archive being unpacked. Signed-off-by: Michał Górny --- eclass/vcs-snapshot.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass index 2e734c509d1a..312e9a4611e1 100644 --- a/eclass/vcs-snapshot.eclass +++ b/eclass/vcs-snapshot.eclass @@ -72,6 +72,7 @@ vcs-snapshot_src_unpack() { # fine? i.e. if the tarball has actually a parent dir. mkdir "${destdir}" || die # -o (--no-same-owner) to avoid restoring original owner + einfo "Unpacking ${f}" tar -C "${destdir}" -x -o --strip-components 1 \ -f "${DISTDIR}/${f}" || die ;; -- 2.26.2