diff --git a/aur/PKGBUILD b/aur/PKGBUILD index cb0020f71770bfa0989805f28b4b3bb7ca57b996..690ffd7e11b3efc72edb48d4c27fdb5041a1b348 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 77a9fdabf4c356311f8eb84ffafedcbb6ac4b862..c14e39dca2f6e3cc7e2eb3371001c997da47a27f 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 }