aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-22 13:42:49 +0100
committerPS <p@0x53.net>2026-02-22 13:42:49 +0100
commit1060675492de91f890b085d92099d21513888e15 (patch)
tree48e9635d9f48209ea5ecfccdca7461dd18db0805 /Makefile
parent3d6022b987a2d87f4db0986c7611914893976515 (diff)
downloadmdevd-conf-1060675492de91f890b085d92099d21513888e15.tar.gz
mdevd-conf-1060675492de91f890b085d92099d21513888e15.tar.bz2
mdevd-conf-1060675492de91f890b085d92099d21513888e15.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)