eclass/toolchain-autoconf: Sync with Gentoo

It's from Gentoo commit 9aa5370643f92645e3f62b59a3d284f9a62a565f.
This commit is contained in:
Flatcar Buildbot 2024-01-29 07:13:54 +00:00 committed by Krzesimir Nowak
parent 36ecef0ada
commit 0e2c598ec2

View File

@ -1,14 +1,14 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# @ECLASS: toolchain-autoconf.eclass # @ECLASS: toolchain-autoconf.eclass
# @MAINTAINER: # @MAINTAINER:
# <base-system@gentoo.org> # <base-system@gentoo.org>
# @SUPPORTED_EAPIS: 7 8 # @SUPPORTED_EAPIS: 7 8
# @BLURB: Common code for sys-devel/autoconf ebuilds # @BLURB: Common code for dev-build/autoconf ebuilds
# @DESCRIPTION: # @DESCRIPTION:
# This eclass contains the common phase functions migrated from # This eclass contains the common phase functions migrated from
# sys-devel/autoconf eblits. # dev-build/autoconf eblits.
case ${EAPI} in case ${EAPI} in
7|8) ;; 7|8) ;;
@ -115,6 +115,8 @@ toolchain-autoconf_src_install() {
ln -s "$f" "${f/./-${PV}.}" || die ln -s "$f" "${f/./-${PV}.}" || die
done done
popd >/dev/null || die popd >/dev/null || die
docompress "${TC_AUTOCONF_INFOPATH}"
fi fi
} }