logo

overlay

My (experimental) gentoo overlay
commit: ab8d601f9d65f201c5946942384eadc99c51e84b
parent: 104ec689ed13d3b510e97beec864a502635e1d4f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  7 May 2019 08:42:24 +0200

sys-apps/openrc: Fix symlink destination

Diffstat:

Msys-apps/openrc/openrc-0.41.2.ebuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/openrc/openrc-0.41.2.ebuild b/sys-apps/openrc/openrc-0.41.2.ebuild @@ -159,7 +159,7 @@ src_install() { # start all the tty at boot except tty1 to not conflict with OpenRC output if use init; then for n in 2 3 4 5 6; do - dosym "/etc/init.d/agetty" "${ED}/etc/init.d/agetty.${n}" + dosym "/etc/init.d/agetty" "/etc/init.d/agetty.${n}" dosym "/etc/init.d/agetty.${n}" "/etc/runlevel/boot/agetty.${n}" done # I like to keep a tty for OpenRC