From f39e240a3930d408af1e6d399e7c95c5a9123fe8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 6 Feb 2022 18:40:15 +0000 Subject: fixed acpi problems --- repo/util/acpi.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/util/acpi.xibuild') diff --git a/repo/util/acpi.xibuild b/repo/util/acpi.xibuild index c09792d..ebcad37 100644 --- a/repo/util/acpi.xibuild +++ b/repo/util/acpi.xibuild @@ -13,5 +13,5 @@ build () { } package () { - make -C "acpi-$PKG_VER" DESTDIR"=$PKG_DEST" install + make DESTDIR=$PKG_DEST install } -- cgit v1.2.1