diff options
| -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 |
