From def393b9300b66b12692df0123f6e79100c9842b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 30 Jun 2026 17:08:10 +0100 Subject: [PATCH] only restart openrc service if one exists on reinstall --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b53f50a..3deb904 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ endef define reinstall_openrc_module_rule = .PHONY: reinstall_openrc_$(module) -reinstall_openrc_$(module): $(openrc_module_target) openrc_restart_$(module) +reinstall_openrc_$(module): $(if $(openrc_module_target),$(openrc_module_target) openrc_restart_$(module)) endef define uninstall_module_rule =