From da2713d300a2c290f5d8bdd2a8fe9c0fea718de6 Mon Sep 17 00:00:00 2001 From: Simon Pflaumer Date: Sun, 5 Nov 2023 14:58:14 +0000 Subject: [PATCH] fix typo smh --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c07d9ef..9bbe3f7 100644 --- a/makefile +++ b/makefile @@ -106,7 +106,7 @@ installrunit: installdinit: @echo "installing dinit service" - @install -CZ $(RESD)/ly-dinit -t ${DESTDIR}/etc/dinit.d/ly + @install -DZ $(RESD)/ly-dinit -t ${DESTDIR}/etc/dinit.d/ly @echo "note: you will need to edit /etc/dinit.d/config/console.conf accordingly" uninstall: