diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-13 20:43:23 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-13 20:43:23 +0900 |
| commit | 74c213264a8a95bbf04bff6f62dec31d954b0674 (patch) | |
| tree | ccdee9972cc4a690d39475f91f753b36b810911e | |
| parent | 345cffddc285869d300f4ea5e6da88827e903e50 (diff) | |
internal/rosa/git: install libexec symlinks
This is less clumsy to represent.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/git.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/rosa/git.go b/internal/rosa/git.go index e92cd0e9..abf74c95 100644 --- a/internal/rosa/git.go +++ b/internal/rosa/git.go @@ -52,6 +52,11 @@ disable_test t2200-add-update `GIT_PROVE_OPTS="--jobs 32 --failures"`, "prove", }, + Install: `make \ + "-j$(nproc)" \ + DESTDIR=/work \ + NO_INSTALL_HARDLINKS=1 \ + install`, }, Diffutils, Autoconf, |
