From 74c213264a8a95bbf04bff6f62dec31d954b0674 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 13 Mar 2026 20:43:23 +0900 Subject: [PATCH] internal/rosa/git: install libexec symlinks This is less clumsy to represent. Signed-off-by: Ophestra --- internal/rosa/git.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal/rosa/git.go b/internal/rosa/git.go index e92cd0e..abf74c9 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,