From d500708f0d8acce214eb32beb8b7e5a949213a80 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Sat, 29 Jun 2024 05:38:23 +0400 Subject: [PATCH] sys-boot/grml-rescueboot: insinto -> exeinto Signed-off-by: Vitaly Zdanevich --- sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild b/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild index d5ef3ff124..e5437389f8 100644 --- a/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild +++ b/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild @@ -23,9 +23,8 @@ src_install() { insinto /etc/default/ doins etc/default/grml-rescueboot - insinto /etc/grub.d/ - doins etc/grub.d/42_grml - fperms +x /etc/grub.d/42_grml + exeinto /etc/grub.d/ + newexe etc/grub.d/42_grml 42_grml } pkg_postinst() {