From c9126b4f90bf43698a802d6d06c8c085f2d8582a Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Tue, 15 Aug 2023 23:55:52 +0200 Subject: [PATCH] Fix the sortix-1.1-tix-3g hook marker not existing. --- sysinstall/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysinstall/Makefile b/sysinstall/Makefile index e18e71ae..eebae8ed 100644 --- a/sysinstall/Makefile +++ b/sysinstall/Makefile @@ -58,6 +58,7 @@ install: all touch $(DESTDIR)$(DATADIR)/sysinstall/hooks/sortix-1.1-init touch $(DESTDIR)$(DATADIR)/sysinstall/hooks/sortix-1.1-passwd touch $(DESTDIR)$(DATADIR)/sysinstall/hooks/sortix-1.1-group + touch $(DESTDIR)$(DATADIR)/sysinstall/hooks/sortix-1.1-tix-3g sysinstall: $(SYSINSTALL_OBJS) $(CC) $(SYSINSTALL_OBJS) -o $@ -lmount -ldisplay