diff options
| author | PS <p@0x53.net> | 2026-02-22 13:41:39 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-22 13:41:39 +0100 |
| commit | bca4d5c5dfbed09b09217d1f1e555a55853860b0 (patch) | |
| tree | b898c67c3ada6a90e38be41f11503270a1647655 /Makefile | |
| parent | 1f56527bdfafe685538e1fb4a68117c9a04ec750 (diff) | |
| download | goetia-base-bca4d5c5dfbed09b09217d1f1e555a55853860b0.tar.gz goetia-base-bca4d5c5dfbed09b09217d1f1e555a55853860b0.tar.bz2 goetia-base-bca4d5c5dfbed09b09217d1f1e555a55853860b0.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) |
