commit: 4ce50fe689addf7ebc8861af8b290145bb741b6c Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Fri Sep 24 23:14:03 2021 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Fri Sep 24 23:15:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce50fe6
sys-apps/baselayout: Move handling of the os-release file upstream. Closes: https://bugs.gentoo.org/788190 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> sys-apps/baselayout/baselayout-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild index c5e8cb6d02c..84c0a536ea3 100644 --- a/sys-apps/baselayout/baselayout-9999.ebuild +++ b/sys-apps/baselayout/baselayout-9999.ebuild @@ -254,11 +254,6 @@ src_install() { # need the makefile in pkg_preinst insinto /usr/share/${PN} doins Makefile - - # This is needed for https://bugs.gentoo.org/732142 - dodir /usr/lib - mv "${ED}"/etc/os-release "${ED}"/usr/lib || die - dosym ../usr/lib/os-release /etc/os-release } pkg_postinst() {
