diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 13:23:20 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 13:23:20 +0100 |
| commit | ace780179626798b9443e81d518574b980c32bb9 (patch) | |
| tree | fbc4b5f47eed2bdb645aa65e2967bbb4be56596e /make/openrc.mk | |
| parent | 7d0a920c8c9ccdea1b9f1137f73fec3ec61a95a6 (diff) | |
typo in openrc.mk: joeac.net.$(module)
Diffstat (limited to 'make/openrc.mk')
| -rw-r--r-- | make/openrc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
