refind: support for x86_64-musl arch (#9201)

refind: support for x86_64-musl
This commit is contained in:
Julio Galvan 2017-11-14 14:45:33 -08:00 committed by Duncan Overbruck
parent 5ce6194e67
commit aa227aa9d9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
pkgname=refind
version=0.11.2
revision=1
only_for_archs="i686 x86_64"
only_for_archs="i686 x86_64 x86_64-musl"
makedepends="gnu-efi-libs git"
depends="bash dosfstools efibootmgr"
short_desc="An EFI boot manager utility"