diff options
| author | PS <p@0x53.net> | 2026-02-22 13:42:37 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-22 13:42:37 +0100 |
| commit | d4bf359185af0fb3e70e2aaf46c652acce44ba47 (patch) | |
| tree | efe70c2e3d027b3af87696bb05c80ea6509b0ef0 /Makefile | |
| parent | 3f41c10512f3a023399cd49727383816d1aa155a (diff) | |
| download | goetia-linux-init-d4bf359185af0fb3e70e2aaf46c652acce44ba47.tar.gz goetia-linux-init-d4bf359185af0fb3e70e2aaf46c652acce44ba47.tar.bz2 goetia-linux-init-d4bf359185af0fb3e70e2aaf46c652acce44ba47.zip | |
Fix slashpackage relative paths
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 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) |
