From bfcc556044b8b2cad5d8ce923e4947191288a0f6 Mon Sep 17 00:00:00 2001 From: Simon Pflaumer Date: Sun, 5 Nov 2023 15:12:58 +0000 Subject: [PATCH] fix the installdinit command for the last time... hopefully --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 192a69a..0d7b565 100644 --- a/makefile +++ b/makefile @@ -106,7 +106,7 @@ installrunit: installdinit: @echo "installing dinit service" - @install -DZ $(RESD)/ly-dinit -T ${DESTDIR}/etc/dinit.d/ + @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: