1
0
forked from rosa/hakurei

cmd/app: centralise workdir

This makes the directory structure significantly more manageable.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-21 00:48:18 +09:00
parent 9db70c83e3
commit cd493fd95f
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -93,8 +93,8 @@ func main() {
{FilesystemConfig: &hst.FSOverlay{
Target: fhs.AbsRoot,
Lower: []*check.Absolute{initial},
Upper: template.Append(args[0], "upper"),
Work: template.Append(args[0], "work"),
Upper: template.Append(args[0]),
Work: base.Append("work", args[0]),
}},
{FilesystemConfig: &hst.FSEphemeral{
Target: fhs.AbsTmp,