From ace780179626798b9443e81d518574b980c32bb9 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 3 Jul 2026 13:23:20 +0100 Subject: [PATCH] typo in openrc.mk: joeac.net.$(module) --- make/openrc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/openrc.mk b/make/openrc.mk index 6c3e9b0..1adbed4 100644 --- a/make/openrc.mk +++ b/make/openrc.mk @@ -6,7 +6,7 @@ define install_openrc_module_rule = install_openrc_$(module): $(if $(is_openrc_module),$(openrc_module_target) openrc_add_$(module) openrc_start_$(module)) ~/.config/rc/init.d/joeac.net.$(module): ~/.config/rc/init.d/joeac.net ~/.config/rc/runlevels/default - rm -f ~/.config/rc/init.d/joeac.net + rm -f ~/.config/rc/init.d/joeac.net.$(module) ln -s $(shell realpath ~)/.config/rc/init.d/joeac.net ~/.config/rc/init.d/joeac.net.$(module) endef