mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/pam: avoid regenerating docs #569338
Since we're using the old doc tarball, the timestamps are older than the new source tarball, so the code tries to rebuild everything.
This commit is contained in:
@@ -88,6 +88,8 @@ pkg_pretend() {
|
||||
src_unpack() {
|
||||
# Upstream didn't release a new doc tarball (since nothing changed?).
|
||||
unpack ${MY_PN}-1.2.0-docs.tar.bz2
|
||||
# Update timestamps to avoid regenerating at build time. #569338
|
||||
find -type f -exec touch -r "${T}" {} + || die
|
||||
mv Linux-PAM-1.2.{0,1} || die
|
||||
unpack ${MY_P}.tar.bz2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user