summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-29 11:59:15 +0100
committerJoe Carstairs <me@joeac.net>2026-06-29 11:59:15 +0100
commit2b0c63a783e036d62b88d8acbfc7688780635eb9 (patch)
tree975089125b5585827c484cb74c901dd0f42dfb2a /Makefile
parent8386beac1d363009878bb64df1f60fdaf1617b3d (diff)
removes errant ) in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1331f58..3fb8f81 100644
--- a/Makefile
+++ b/Makefile
@@ -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