From 28d56f577fcb5bc32b10c6d5bbea6926420916f3 Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Tue, 12 Oct 2021 01:40:09 +0800 Subject: [PATCH] fix --- aur/PKGBUILD | 2 +- aur/shared-bootdir-helper.install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aur/PKGBUILD b/aur/PKGBUILD index cb0020f..690ffd7 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -4,7 +4,7 @@ pkgname=shared-bootdir-helper pkgver=1.2 -pkgrel=2 +pkgrel=3 pkgdesc="Allow multiple linux installations to share the same /boot directory, even with different kernel parameters. " url="https://git.recolic.net/root/$pkgname" license=("GPL3") diff --git a/aur/shared-bootdir-helper.install b/aur/shared-bootdir-helper.install index 77a9fda..c14e39d 100644 --- a/aur/shared-bootdir-helper.install +++ b/aur/shared-bootdir-helper.install @@ -12,7 +12,7 @@ post_install() { echo "**********************************************************************************************" echo '' >> /usr/bin/grub-mkconfig - echo '[ -f /usr/bin/shared-bootdir-helper-multi-kparam.sh ] && echo "Executing addon: /usr/bin/shared-bootdir-helper-multi-kparam.sh $grub_cfg" && /usr/bin/shared-bootdir-helper-multi-kparam.sh "$grub_cfg" && exit $?' >> /usr/bin/grub-mkconfig + echo '[ -f /usr/bin/shared-bootdir-helper-multi-kparam.sh ] && echo "Executing addon: /usr/bin/shared-bootdir-helper-multi-kparam.sh $grub_cfg" >&2 && /usr/bin/shared-bootdir-helper-multi-kparam.sh "$grub_cfg" && exit $?' >> /usr/bin/grub-mkconfig } -- GitLab