diff options
author | William Hubbs <williamh@gentoo.org> | 2021-09-25 17:36:31 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-09-25 17:37:24 -0500 |
commit | 9e8a8faaf012c18fd247706f1051a29cd8edc303 (patch) | |
tree | fc6d010d3d1a5caf465d934e8b1a73a3baff637d /sys-apps | |
parent | dev-python/translate-toolkit: Remove old (diff) | |
download | gentoo-9e8a8faaf012c18fd247706f1051a29cd8edc303.tar.gz gentoo-9e8a8faaf012c18fd247706f1051a29cd8edc303.tar.bz2 gentoo-9e8a8faaf012c18fd247706f1051a29cd8edc303.zip |
sys-apps/baselayout: remove the call to remove /etc/sysctl.d/README
This file is no longer installed by upstream so remove the call to
remove it.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/baselayout/baselayout-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild index 84c0a536ea3c..fd82615d04ae 100644 --- a/sys-apps/baselayout/baselayout-9999.ebuild +++ b/sys-apps/baselayout/baselayout-9999.ebuild @@ -249,7 +249,6 @@ src_install() { DESTDIR="${ED}" \ install dodoc ChangeLog - rm "${ED}"/etc/sysctl.d/README || die # need the makefile in pkg_preinst insinto /usr/share/${PN} |