aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-13 20:43:23 +0900
committerOphestra <cat@gensokyo.uk>2026-03-13 20:43:23 +0900
commit74c213264a8a95bbf04bff6f62dec31d954b0674 (patch)
treeccdee9972cc4a690d39475f91f753b36b810911e
parent345cffddc285869d300f4ea5e6da88827e903e50 (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.go5
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,