diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-13 07:29:46 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-13 07:29:46 +0900 |
| commit | be0e387ab07c7d9f1441365a05c4c0141779184a (patch) | |
| tree | 93ec7478d8d0faa320dfc86ad01cf39a364330c8 /internal/outcome/process.go | |
| parent | abeb67964f52f245f7d529e4dfe01f8347932bfd (diff) | |
internal/info: relocate from internal
This is cleaner and makes more sense. The longer LDFLAGS was never a valid concern since it is always inserted by a script.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/outcome/process.go')
| -rw-r--r-- | internal/outcome/process.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/outcome/process.go b/internal/outcome/process.go index 537235fd..e7b7113d 100644 --- a/internal/outcome/process.go +++ b/internal/outcome/process.go @@ -16,7 +16,7 @@ import ( "hakurei.app/container/check" "hakurei.app/container/fhs" "hakurei.app/hst" - "hakurei.app/internal" + "hakurei.app/internal/info" "hakurei.app/internal/store" "hakurei.app/internal/system" "hakurei.app/message" @@ -39,7 +39,7 @@ func (k *outcome) main(msg message.Msg, identifierFd int) { } // read comp value early for early failure - hsuPath := internal.MustHsuPath() + hsuPath := info.MustHsuPath() const ( // transitions to processCommit, or processFinal on failure |
