summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-10-07 00:29:39 +0100
committerdavidovski <david@davidovski.xyz>2021-10-07 00:29:39 +0100
commit866be6894e311712f6e4b5192de71dbf10d5d993 (patch)
tree9afcf9a7fc3dc1a9827e5207e6aab2ebb5233804
parentc2abfcb499de6893a0eaae8c5c73b0b2afa7453e (diff)
fixed grub error
-rw-r--r--repo/core/grub.xibuild1
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
}