summaryrefslogtreecommitdiff
path: root/repo/core/grub.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/grub.xibuild')
-rw-r--r--repo/core/grub.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/grub.xibuild b/repo/core/grub.xibuild
index 9a88be5..b86ab5f 100644
--- a/repo/core/grub.xibuild
+++ b/repo/core/grub.xibuild
@@ -6,7 +6,7 @@ SOURCE=https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz
DESC="GNU GRand Unified Bootloader v2"
build () {
- ./configure --prefix=/usr --sysconfdic=/etc --disable-werror
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-werror
make
make DESTDIR=$PKG_DEST install
}