diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-29 11:59:15 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-29 11:59:15 +0100 |
| commit | 2b0c63a783e036d62b88d8acbfc7688780635eb9 (patch) | |
| tree | 975089125b5585827c484cb74c901dd0f42dfb2a /Makefile | |
| parent | 8386beac1d363009878bb64df1f60fdaf1617b3d (diff) | |
removes errant ) in Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ define install_module_rule = install_$(module): ~/.config/rc/init.d/joeac.net ~/.config/rc/init.d/joeac.net.$(module) $(nginx_module_target) $(dyndns_module_target) ~/.config/rc/init.d/joeac.net.$(module): ~/.config/rc/init.d/joeac.net ~/.config/rc/runlevels/default - ln -s $(shell realpath ~)/.config/rc/init.d/joeac.net) ~/.config/rc/init.d/joeac.net.$(module) + ln -s $(shell realpath ~)/.config/rc/init.d/joeac.net ~/.config/rc/init.d/joeac.net.$(module) rc-update -U add joeac.net.$(module) default rc-service -U joeac.net.$(module) start endef |
