mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sys-apps/man-pages: fix src_prepare w/ USE=verify-sig
Closes: https://bugs.gentoo.org/934625
Fixes: 7759152a7a
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -100,6 +100,8 @@ src_unpack() {
|
||||
verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \
|
||||
< <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -x))
|
||||
assert "Unpack failed"
|
||||
|
||||
unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
|
||||
else
|
||||
default
|
||||
fi
|
||||
|
||||
@@ -100,6 +100,8 @@ src_unpack() {
|
||||
verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \
|
||||
< <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -x))
|
||||
assert "Unpack failed"
|
||||
|
||||
unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
|
||||
else
|
||||
default
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user