summary refs log tree commit diff
path: root/pkgs/tools/misc/grub-wrapper/builder.sh
blob: 122046ab433a39ea047aeb2bc73e9dfb14fcca0d (plain) (blame)
1
2
3
4
5
. $stdenv/setup
. $makeWrapper

makeWrapper "$grub/sbin/grub-install" "$out/sbin/grub-install" \
--suffix-each PATH ':' "$diffutils/bin $gnused/bin $gnugrep/bin"