diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-02-26 12:19:45 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-02-26 12:19:45 -0500 |
commit | b49346dfb80d114d4cf008f5aff68d65e929b6d5 (patch) | |
tree | 1c11179d6dda477eeee41949bd170354f6e10646 /sys-apps/earlyoom | |
parent | net-wireless/iw: stabilize bug #773097 (diff) | |
download | gentoo-b49346dfb80d114d4cf008f5aff68d65e929b6d5.tar.gz gentoo-b49346dfb80d114d4cf008f5aff68d65e929b6d5.tar.bz2 gentoo-b49346dfb80d114d4cf008f5aff68d65e929b6d5.zip |
sys-apps/earlyoom: use dodir
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'sys-apps/earlyoom')
-rw-r--r-- | sys-apps/earlyoom/earlyoom-1.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild index e0e59d47574f..196ec0b0a555 100644 --- a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild @@ -41,7 +41,7 @@ src_install() { insinto /etc/default newins earlyoom.default earlyoom - insinto /etc/conf.d + dodir /etc/conf.d ln -s ../default/earlyoom "${ED}/etc/conf.d/earlyoom" newinitd "${FILESDIR}/${PN}-r1" "${PN}" |