mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/perl: Restore missing call to check_rebuild
In the process of flattening perl-5.24.0-r1.ebuild, the call to check_rebuild was omitted unintentionally, removing the ability for this message to be displayed. This commit reinserts the displaying of said message at the pkg_preinst phase the last possible moment before the system perl gets updated for real. Package-Manager: portage-2.3.0
This commit is contained in:
@@ -471,6 +471,10 @@ src_install() {
|
||||
dual_scripts
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
check_rebuild
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
dual_scripts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user