diff options
-rw-r--r-- | main/grub/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/grub/APKBUILD b/main/grub/APKBUILD index 30cf7291a7..117d39a4bb 100644 --- a/main/grub/APKBUILD +++ b/main/grub/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=grub pkgver=2.02 -pkgrel=1 +pkgrel=2 pkgdesc="Bootloader with support for Linux, Multiboot and more" url="https://www.gnu.org/software/grub/" arch="all !armhf !s390x" @@ -221,6 +221,9 @@ package() { esac rm -f "$pkgdir"/usr/lib/charset.alias + + # remove grub-install warning of missing directory + mkdir -p "$pkgdir"/usr/share/locale } bios() { |