summaryrefslogtreecommitdiff
path: root/repo/system/grub.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-10 11:59:16 +0000
committerdavidovski <david@davidovski.xyz>2022-03-10 11:59:16 +0000
commitbb499959d88da1b3937c23b5405089c907188a81 (patch)
treed9ddba6d0c8f1152c3919067a52250c6bf0759f9 /repo/system/grub.xibuild
parent3602ce227f784f1c6233ef6ad3cd8f5ccad28e66 (diff)
added and patched broken packages
Diffstat (limited to 'repo/system/grub.xibuild')
-rw-r--r--repo/system/grub.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/grub.xibuild b/repo/system/grub.xibuild
index 7bedae9..cf224bb 100644
--- a/repo/system/grub.xibuild
+++ b/repo/system/grub.xibuild
@@ -15,7 +15,7 @@ DESC="GNU GRand Unified Bootloader v2"
prepare () {
gunzip -c unifont-13.0.06.pcf.gz > $PKG_DEST/usr/share/fonts/unifont/unifont.pcf
- unset {C,CPP,CXX,LD}FLAGS
+ unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
}
build () {
@@ -26,6 +26,6 @@ build () {
package () {
make DESTDIR=$PKG_DEST install
- 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
+ mkdir -p $PKG_DEST/usr/share/bash-completion/completions
+ mv $PKG_DEST/etc/bash_completion.d/grub $PKG_DEST/usr/share/bash-completion/completions
}