commit: d500708f0d8acce214eb32beb8b7e5a949213a80
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat Jun 29 01:38:23 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jun 29 01:38:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d500708f
sys-boot/grml-rescueboot: insinto -> exeinto
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
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 d5ef3ff12..e5437389f 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() {