5 lines
162 B
Bash
5 lines
162 B
Bash
. $stdenv/setup
|
|
. $makeWrapper
|
|
|
|
makeWrapper "$grub/sbin/grub-install" "$out/sbin/grub-install" \
|
|
--suffix-each PATH ':' "$diffutils/bin $gnused/bin $gnugrep/bin"
|