diff options
| author | PS <p@0x53.net> | 2026-02-22 13:35:21 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-22 13:35:21 +0100 |
| commit | 083540c831cbf952ff6c52d78720fdf3dd703871 (patch) | |
| tree | 9ac7e793fbcb0b54946aa133752daa269f7739d9 /Makefile | |
| parent | 662e96a446c4ebba596005ce8cdef7c377acb252 (diff) | |
| download | goetia-linux-083540c831cbf952ff6c52d78720fdf3dd703871.tar.gz goetia-linux-083540c831cbf952ff6c52d78720fdf3dd703871.tar.bz2 goetia-linux-083540c831cbf952ff6c52d78720fdf3dd703871.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) |
