diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-10-16 10:20:28 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-10-16 10:20:28 +0200 |
commit | 4bfc7c49b9610610edccc37847d31993022d33c4 (patch) | |
tree | 530650f45a1fe6063e0e1211c4f229b9b3b4a617 /main/grub | |
parent | fd6086334c6266369c483052f35484f4a2b6d09b (diff) | |
download | aports-4bfc7c49b9610610edccc37847d31993022d33c4.tar.bz2 aports-4bfc7c49b9610610edccc37847d31993022d33c4.tar.xz |
main/grub: remove grub-install warning
grub-install: warning: cannot open directory `/usr/share/locale': No such file or directory.
Diffstat (limited to 'main/grub')
-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() { |