aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/grub/APKBUILD2
-rw-r--r--main/grub/grub.post-upgrade4
2 files changed, 3 insertions, 3 deletions
diff --git a/main/grub/APKBUILD b/main/grub/APKBUILD
index 614a6ebc1d..fa5ee2a54d 100644
--- a/main/grub/APKBUILD
+++ b/main/grub/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=grub
pkgver=2.02
-pkgrel=18
+pkgrel=19
pkgdesc="Bootloader with support for Linux, Multiboot and more"
url="https://www.gnu.org/software/grub/"
arch="all !s390x"
diff --git a/main/grub/grub.post-upgrade b/main/grub/grub.post-upgrade
index 2489fc13b6..59614d035e 100644
--- a/main/grub/grub.post-upgrade
+++ b/main/grub/grub.post-upgrade
@@ -1,7 +1,7 @@
#!/bin/sh
-if [ -f /etc/grub/default ]; then
- . /etc/grub/default
+if [ -f /etc/default/grub ]; then
+ . /etc/default/grub
fi
if [ -z "$GRUB_CMDLINE_LINUX_DEFAULT" ]; then