Skip to content

Commit

Permalink
vcs-snapshot.eclass: Add verbose einfo for unpacking
Browse files Browse the repository at this point in the history
Add an einfo call to make explicit notice of each archive being
unpacked.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jul 27, 2019
1 parent d273d8e commit 5e25faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/vcs-snapshot.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 5e25faf

Please sign in to comment.