6 lines
203 B
Text
6 lines
203 B
Text
|
./configure --prefix=/usr --sbindir=/sbin --sysconfdir=/etc --disable-efiemu --disable-werror
|
||
|
make
|
||
|
make DESTDIR="$1" install
|
||
|
mv -v $1/etc/bash_completion.d/grub $1/usr/share/bash-completion/completions
|
||
|
|