Skip to content

Commit d500708

Browse files
sys-boot/grml-rescueboot: insinto -> exeinto
Signed-off-by: Vitaly Zdanevich <[email protected]>
1 parent 0c04224 commit d500708

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ src_install() {
2323
insinto /etc/default/
2424
doins etc/default/grml-rescueboot
2525

26-
insinto /etc/grub.d/
27-
doins etc/grub.d/42_grml
28-
fperms +x /etc/grub.d/42_grml
26+
exeinto /etc/grub.d/
27+
newexe etc/grub.d/42_grml 42_grml
2928
}
3029

3130
pkg_postinst() {

0 commit comments

Comments
 (0)