mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/grub: use fuse3
This commit is contained in:
parent
b93e30bbd8
commit
e9c79f43c1
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||||
pkgname=grub
|
pkgname=grub
|
||||||
pkgver=2.12
|
pkgver=2.12
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc="Bootloader with support for Linux, Multiboot and more"
|
pkgdesc="Bootloader with support for Linux, Multiboot and more"
|
||||||
url="https://www.gnu.org/software/grub/"
|
url="https://www.gnu.org/software/grub/"
|
||||||
arch="all !s390x"
|
arch="all !s390x"
|
||||||
@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
|
|||||||
depends="initramfs-generator"
|
depends="initramfs-generator"
|
||||||
triggers="grub.trigger=/boot"
|
triggers="grub.trigger=/boot"
|
||||||
makedepends="autoconf automake bison flex font-unifont freetype-dev
|
makedepends="autoconf automake bison flex font-unifont freetype-dev
|
||||||
fuse-dev gawk gettext-dev libtool linux-headers lvm2-dev python3 xz-dev"
|
fuse3-dev gawk gettext-dev libtool linux-headers lvm2-dev python3 xz-dev"
|
||||||
install="$pkgname.post-upgrade"
|
install="$pkgname.post-upgrade"
|
||||||
# strip handled by grub Makefiles, abuild strip breaks xen pv-grub
|
# strip handled by grub Makefiles, abuild strip breaks xen pv-grub
|
||||||
options="!check !strip" # Cannot test boot loader.
|
options="!check !strip" # Cannot test boot loader.
|
||||||
|
Loading…
Reference in New Issue
Block a user