aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-22 13:41:39 +0100
committerPS <p@0x53.net>2026-02-22 13:41:39 +0100
commitbca4d5c5dfbed09b09217d1f1e555a55853860b0 (patch)
treeb898c67c3ada6a90e38be41f11503270a1647655 /Makefile
parent1f56527bdfafe685538e1fb4a68117c9a04ec750 (diff)
downloadgoetia-base-bca4d5c5dfbed09b09217d1f1e555a55853860b0.tar.gz
goetia-base-bca4d5c5dfbed09b09217d1f1e555a55853860b0.tar.bz2
goetia-base-bca4d5c5dfbed09b09217d1f1e555a55853860b0.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)