From a493986f3d000417edfcf895636696b04b1c822d Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 28 Oct 2020 10:42:04 +0100 Subject: [PATCH] fix typo in elogind install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1aa1065..0a8df55 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ grub: chroot $(MNTDIR) grub-install $(BOOTLDR) wifi: - $(call vinstall,NetworkManager,elogind) + $(call vinstall,NetworkManager elogind) xorg: $(call vinstall,xorg)