aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-22 13:42:37 +0100
committerPS <p@0x53.net>2026-02-22 13:42:37 +0100
commitd4bf359185af0fb3e70e2aaf46c652acce44ba47 (patch)
treeefe70c2e3d027b3af87696bb05c80ea6509b0ef0 /Makefile
parent3f41c10512f3a023399cd49727383816d1aa155a (diff)
downloadgoetia-linux-init-d4bf359185af0fb3e70e2aaf46c652acce44ba47.tar.gz
goetia-linux-init-d4bf359185af0fb3e70e2aaf46c652acce44ba47.tar.bz2
goetia-linux-init-d4bf359185af0fb3e70e2aaf46c652acce44ba47.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)