Fix the sortix-1.1-tix-3g hook marker not existing.

This commit is contained in:
Jonas 'Sortie' Termansen 2023-08-15 23:55:52 +02:00
parent 871c057b31
commit c9126b4f90
1 changed files with 1 additions and 0 deletions

View File

@ -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