Skip to content
Snippets Groups Projects
Commit 28d56f57 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

fix

parent 263ecfa4
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment