From eaa3cf18e8758df38112ef3ab677c109239d3c79 Mon Sep 17 00:00:00 2001 From: PS
Date: Sun, 22 Feb 2026 13:41:48 +0100 Subject: Fix slashpackage relative paths --- Makefile | 2 +- configure | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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) diff --git a/configure b/configure index 11a0b42..f1064e3 100755 --- a/configure +++ b/configure @@ -164,6 +164,7 @@ cat << EOF IT ::= all package ::= $package +category ::= $category prefix ::= $prefix exec_prefix ::= $exec_prefix bindir ::= $bindir -- cgit v1.2.3