aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-22 13:42:43 +0100
committerPS <p@0x53.net>2026-02-22 13:42:43 +0100
commit17c4f09d5d68adfa1e9e4bf275f8584e907512bf (patch)
tree94359acd9f3abf0d57cb57eac2d9fb9e353da272 /Makefile
parentd09334e178b97f4a7b2370fc23ff29bf09d1b7ce (diff)
downloadgoetia-s6-linux-init-17c4f09d5d68adfa1e9e4bf275f8584e907512bf.tar.gz
goetia-s6-linux-init-17c4f09d5d68adfa1e9e4bf275f8584e907512bf.tar.bz2
goetia-s6-linux-init-17c4f09d5d68adfa1e9e4bf275f8584e907512bf.zip
Fix slashpackage relative paths
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ad8c64..4cc1132 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ $(DESTDIR)$(exthome):
exec $(INSTALL) -D -l $(package)-$(version) $@
$(SLASHCOMMAND_BINS):
- exec $(INSTALL) -D -l $(DESTDIR)$(exthome)/command/$$(basename $@) $@
+ exec $(INSTALL) -D -l ../package/$(category)/$(package)/command/$$(basename $@) $@
update: $(DESTDIR)$(exthome)
global-links: $(SLASHCOMMAND_BINS)