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

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