summaryrefslogtreecommitdiff
path: root/repo/core
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core')
-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
}