src/world/grub/Makefile

16 lines
431 B
Makefile
Raw Normal View History

# 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
post_install = mv -v $(DESTDIR)/etc/bash_completion.d/grub $(DESTDIR)/usr/share/bash-completion/completions
include targets.mk