mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
grub: remove usage of install
This commit is contained in:
parent
895c4217cb
commit
60726d9f64
@ -39,7 +39,8 @@ build_grub() (
|
||||
build_grub --with-platform=pc
|
||||
build_grub --with-platform=efi --disable-efiemu
|
||||
|
||||
install -Dm0644 grub.default "$1/etc/default/grub"
|
||||
mkdir -p "$1/etc/default"
|
||||
cp -f grub.default "$1/etc/default/grub"
|
||||
|
||||
# Remove gdb debugging files.
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user