mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
sys-apps/man-pages: Sync with Gentoo
It's from Gentoo commit 48c7150d63793ba6f5a8a8c5429b3de929920b48.
This commit is contained in:
parent
7d1c1d2b1b
commit
f877d10099
@ -98,7 +98,7 @@ src_unpack() {
|
|||||||
# Upstream sign the decompressed .tar
|
# Upstream sign the decompressed .tar
|
||||||
einfo "Unpacking ${P}.tar.xz ..."
|
einfo "Unpacking ${P}.tar.xz ..."
|
||||||
verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \
|
verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \
|
||||||
< <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -x))
|
< <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -xf -))
|
||||||
assert "Unpack failed"
|
assert "Unpack failed"
|
||||||
|
|
||||||
unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
|
unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
|
||||||
|
@ -98,7 +98,7 @@ src_unpack() {
|
|||||||
# Upstream sign the decompressed .tar
|
# Upstream sign the decompressed .tar
|
||||||
einfo "Unpacking ${P}.tar.xz ..."
|
einfo "Unpacking ${P}.tar.xz ..."
|
||||||
verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \
|
verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \
|
||||||
< <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -x))
|
< <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -xf -))
|
||||||
assert "Unpack failed"
|
assert "Unpack failed"
|
||||||
|
|
||||||
unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
|
unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user