From fa40a6fa5138d040d5f00bd68375493577b498eb Mon Sep 17 00:00:00 2001 From: Cavernosa <42952107+Cavernosa@users.noreply.github.com> Date: Tue, 17 May 2022 04:45:55 +0000 Subject: [PATCH] Update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7179770..c086a28 100644 --- a/makefile +++ b/makefile @@ -94,7 +94,7 @@ installnoconf: $(BIND)/$(NAME) installopenrc: @echo "installing openrc service" - @install -DZ $(RESD)/ly-openrc -m 755 -t ${DESTDIR}/etc/init.d/${NAME} + @install -DZ $(RESD)/ly-openrc -m 755 -T ${DESTDIR}/etc/init.d/${NAME} uninstall: @echo "uninstalling"