From 933213964f0fc4b3d1cf5205468aa557f6896f73 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 27 Oct 2020 14:00:48 +0100 Subject: [PATCH] run post-install script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f9ac36..1aa1065 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ nuser: chroot $(MNTDIR) passwd $(NUSRNAME) chroot $(MNTDIR) dot-install $(NUSRNAME) -laptop: metal wifi xorg audio post-install nuser +laptop: metal wifi xorg audio run-post-install nuser archive: tar -cvpjf void-fs.tar.bz2 \