From 07b2f3e346341103eb53159fbdade1bbc1fd7f75 Mon Sep 17 00:00:00 2001 From: PS Date: Sun, 22 Feb 2026 13:42:22 +0100 Subject: Fix slashpackage relative paths --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3