aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/rosa.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/rosa.go')
-rw-r--r--internal/rosa/rosa.go3
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")
)