diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-19 00:35:17 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-19 00:40:25 +0900 |
| commit | dc963021114a4e2ffa874d4838382a1ad67a4f53 (patch) | |
| tree | d54af7243136e661bd470c7cacd64a35c2952762 /internal/rosa/rosa.go | |
| parent | 88e9a143d61b2416975abfca86017c3e2becfd43 (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/rosa.go')
| -rw-r--r-- | internal/rosa/rosa.go | 3 |
1 files changed, 3 insertions, 0 deletions
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") ) |
