From f916b307cca81d89c42a241c6d89ff44bccfefda Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 7 Oct 2021 00:06:58 +0100 Subject: resolved various core issues --- repo/core/grub.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/core/grub.xibuild') 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 } -- cgit v1.2.1