summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2021-09-27 15:55:44 -0500
committerWilliam Hubbs <williamh@gentoo.org>2021-09-27 15:57:53 -0500
commit422b0fec97ce1c6f80319ca53398e2922b0c6ae2 (patch)
treea33176b4ae313117c6606f398fcd7acbe0e1a0a0
parentsys-apps/portage: Remove pypy3 from 3.0.24 due to regression (diff)
downloadgentoo-422b0fec.tar.gz
gentoo-422b0fec.tar.bz2
gentoo-422b0fec.zip
sys-apps/baselayout: install os-release via the makefile
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r--sys-apps/baselayout/baselayout-9999.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild
index 5df53f3739ae..c5f4dbf7dda3 100644
--- a/sys-apps/baselayout/baselayout-9999.ebuild
+++ b/sys-apps/baselayout/baselayout-9999.ebuild
@@ -244,20 +244,16 @@ src_prepare() {
}
src_install() {
- dodir /usr/lib
emake \
OS=$(usex kernel_FreeBSD BSD Linux) \
DESTDIR="${ED}" \
install
- if use kernel_linux; then
- insinto /lib
- doins -r lib.Linux/*
- fi
- dodoc ChangeLog
# need the makefile in pkg_preinst
insinto /usr/share/${PN}
doins Makefile
+
+ dodoc ChangeLog
}
pkg_postinst() {