diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:21:14 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:21:14 +0300 |
commit | d5a450ae16bdab2ab6553ac770d47bbc04e0c2a0 (patch) | |
tree | 108a18ea3a26dbc5ea5af4a3a8ba906e4ca05857 /extra/grub | |
parent | cd524589d6d5fcac035d145b77ae79d192848a5a (diff) | |
download | repository-d5a450ae16bdab2ab6553ac770d47bbc04e0c2a0.tar.gz |
grub: use clinst
Diffstat (limited to 'extra/grub')
-rwxr-xr-x | extra/grub/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/grub/build b/extra/grub/build index 10513bf0..6a8013e4 100755 --- a/extra/grub/build +++ b/extra/grub/build @@ -41,7 +41,7 @@ build_grub --with-platform=pc build_grub --with-platform=efi --disable-efiemu # Install /etc/default/grub (used by grub-mkconfig). -install -Dm0644 grub.default "$1/etc/default/grub" +clinst -Dm644 grub.default "$1/etc/default/grub" # Remove gdb debugging files. ( |