diff options
author | davidovski <david@davidovski.xyz> | 2021-10-07 00:29:39 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-07 00:29:39 +0100 |
commit | 866be6894e311712f6e4b5192de71dbf10d5d993 (patch) | |
tree | 9afcf9a7fc3dc1a9827e5207e6aab2ebb5233804 /repo/core/grub.xibuild | |
parent | c2abfcb499de6893a0eaae8c5c73b0b2afa7453e (diff) |
fixed grub error
Diffstat (limited to 'repo/core/grub.xibuild')
-rw-r--r-- | repo/core/grub.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/core/grub.xibuild b/repo/core/grub.xibuild index b86ab5f..37b4da9 100644 --- a/repo/core/grub.xibuild +++ b/repo/core/grub.xibuild @@ -12,5 +12,6 @@ build () { } package () { + mkdir -pv $PKG_DEST/usr/share/bash-completion/completions mv -v $PKG_DEST/etc/bash_completion.d/grub $PKG_DEST/usr/share/bash-completion/completions } |