diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-28 18:21:42 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-28 18:22:55 +0900 |
| commit | 71fcc972bad6abcd6282f7a80ef5935cdfcf172d (patch) | |
| tree | c83b1cd35a6244d333ff8c35ae4799864d8059b7 /internal | |
| parent | 62002efd08158512f6015d47461d264a14961553 (diff) | |
cmd/hsu: alternative hsurc path for Rosa OS
Rosa OS does not have /etc.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/hakurei.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/hakurei.go b/internal/rosa/hakurei.go index e1dabc25..2d09856a 100644 --- a/internal/rosa/hakurei.go +++ b/internal/rosa/hakurei.go @@ -66,7 +66,7 @@ mkdir -p /work/system/libexec/hakurei/ echo '# Building hakurei.' go generate -v ./... -go build -trimpath -v -o /work/system/libexec/hakurei -ldflags="-s -w +go build -trimpath -v -tags=rosa -o /work/system/libexec/hakurei -ldflags="-s -w -buildid= -linkmode external -extldflags=-static |
