summaryrefslogtreecommitdiff
path: root/sys-boot/grub/grub-2.02-r1708.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-08-13 16:41:57 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-08-13 16:41:57 +0100
commit73d156909c1cd9641e04c1556a900ff3703a5266 (patch)
tree31ce5427f6d5c2d01345f49568a173628a0683e4 /sys-boot/grub/grub-2.02-r1708.ebuild
parentfdc97647f9837884d5b729a8000d52bf2ecf5858 (diff)
sys-boot/grub-config-redcore : split /etc/default/grub out of main grub package
Diffstat (limited to 'sys-boot/grub/grub-2.02-r1708.ebuild')
-rw-r--r--sys-boot/grub/grub-2.02-r1708.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-2.02-r1708.ebuild b/sys-boot/grub/grub-2.02-r1708.ebuild
index 44db1517..dacfc3d5 100644
--- a/sys-boot/grub/grub-2.02-r1708.ebuild
+++ b/sys-boot/grub/grub-2.02-r1708.ebuild
@@ -82,6 +82,7 @@ DEPEND="${RDEPEND}
sys-devel/bison
sys-apps/help2man
sys-apps/texinfo
+ sys-boot/grub-config-redcore
fonts? ( media-libs/freetype:2 )
grub_platforms_xen? ( app-emulation/xen-tools:= )
grub_platforms_xen-32? ( app-emulation/xen-tools:= )
@@ -274,9 +275,6 @@ src_install() {
if use multislot; then
mv "${ED%/}"/usr/share/info/grub{,2}.info || die
fi
-
- insinto /etc/default
- newins "${FILESDIR}"/grub.default-3 grub
}
pkg_postinst() {