grub: add /etc/grub.d/* to conf_files
This commit is contained in:
parent
5d11ea757f
commit
9076e19159
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'grub'
|
||||
pkgname=grub
|
||||
version=2.02
|
||||
revision=3
|
||||
revision=4
|
||||
hostmakedepends="flex freetype-devel"
|
||||
makedepends="libusb-compat-devel ncurses-devel freetype-devel
|
||||
liblzma-devel device-mapper-devel font-unifont-bdf fuse-devel"
|
||||
depends="os-prober"
|
||||
conf_files="/etc/default/grub /etc/grub.d/40_custom"
|
||||
conf_files="/etc/default/grub /etc/grub.d/*"
|
||||
short_desc="GRand Unified Bootloader 2"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in a new issue