From dc963021114a4e2ffa874d4838382a1ad67a4f53 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 19 Jan 2026 00:35:17 +0900 Subject: internal/rosa: GNU make artifact This compiles GNU make from source. This is unfortunately required by many programs, but is a cure dependency only. Signed-off-by: Ophestra --- internal/rosa/rosa.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/rosa/rosa.go') diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index 1aff698f..d7a61059 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -36,6 +36,9 @@ func mustDecode(s string) pkg.Checksum { } var ( + // AbsUsrSrc is the conventional directory to place source code under. + AbsUsrSrc = fhs.AbsUsr.Append("src") + // AbsSystem is the Rosa OS installation prefix. AbsSystem = fhs.AbsRoot.Append("system") ) -- cgit v1.3.1