diff options
| author | PS <p@0x53.net> | 2026-02-22 13:41:48 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-22 13:41:48 +0100 |
| commit | eaa3cf18e8758df38112ef3ab677c109239d3c79 (patch) | |
| tree | f4198903883c765229c6cd4c5a25ffabbd7b3588 | |
| parent | 80f00f39bd25f1f5337721c6dc7fd6f452975d23 (diff) | |
| download | goetia-freebsd-eaa3cf18e8758df38112ef3ab677c109239d3c79.tar.gz goetia-freebsd-eaa3cf18e8758df38112ef3ab677c109239d3c79.tar.bz2 goetia-freebsd-eaa3cf18e8758df38112ef3ab677c109239d3c79.zip | |
Fix slashpackage relative paths
| -rw-r--r-- | Makefile | 2 | ||||
| -rwxr-xr-x | configure | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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) @@ -164,6 +164,7 @@ cat << EOF IT ::= all package ::= $package +category ::= $category prefix ::= $prefix exec_prefix ::= $exec_prefix bindir ::= $bindir |
