src/world/grub/Makefile

19 lines
486 B
Makefile

# Makefile - hhl - /usr/src/world/grub
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = grub
include world.mk
config_opts += --sbindir=/sbin
config_opts += --sysconfdir=/etc
config_opts += --disable-efiemu
config_opts += --disable-werror
config_opts += --disable-device-mapper
define post_install
mv -v $(DESTDIR)/etc/bash_completion.d/grub $(DESTDIR)/usr/share/bash-completion/completions
rm -rf $(DESTDIR)/etc/grub.d/30_os-prober
endef
include targets.mk