aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-22 13:42:43 +0100
committerPS <p@0x53.net>2026-02-22 13:42:43 +0100
commit17c4f09d5d68adfa1e9e4bf275f8584e907512bf (patch)
tree94359acd9f3abf0d57cb57eac2d9fb9e353da272
parentd09334e178b97f4a7b2370fc23ff29bf09d1b7ce (diff)
downloadgoetia-s6-linux-init-17c4f09d5d68adfa1e9e4bf275f8584e907512bf.tar.gz
goetia-s6-linux-init-17c4f09d5d68adfa1e9e4bf275f8584e907512bf.tar.bz2
goetia-s6-linux-init-17c4f09d5d68adfa1e9e4bf275f8584e907512bf.zip
Fix slashpackage relative paths
-rw-r--r--Makefile2
-rwxr-xr-xconfigure1
2 files changed, 2 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)
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