aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-22 13:41:48 +0100
committerPS <p@0x53.net>2026-02-22 13:41:48 +0100
commiteaa3cf18e8758df38112ef3ab677c109239d3c79 (patch)
treef4198903883c765229c6cd4c5a25ffabbd7b3588 /Makefile
parent80f00f39bd25f1f5337721c6dc7fd6f452975d23 (diff)
downloadgoetia-freebsd-eaa3cf18e8758df38112ef3ab677c109239d3c79.tar.gz
goetia-freebsd-eaa3cf18e8758df38112ef3ab677c109239d3c79.tar.bz2
goetia-freebsd-eaa3cf18e8758df38112ef3ab677c109239d3c79.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)