diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-17 20:09:44 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-17 20:09:44 +0900 |
| commit | 20ebddd9bf16d819ee4e92ec59ace37a1dc6fce7 (patch) | |
| tree | 511b992f51b97cfbf91682474cbbf129a6a3f16d /internal/rosa/gnu.go | |
| parent | 420c721c7da46ab1c633b019441b7b623215fd12 (diff) | |
internal/rosa: export source kind
This is set for an exported field, so export the constants as well.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/gnu.go')
| -rw-r--r-- | internal/rosa/gnu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/gnu.go b/internal/rosa/gnu.go index c3c48680..603f23a6 100644 --- a/internal/rosa/gnu.go +++ b/internal/rosa/gnu.go @@ -635,7 +635,7 @@ func (t Toolchain) newFindutils() (pkg.Artifact, string) { nil, "https://ftpmirror.gnu.org/gnu/findutils/findutils-"+version+".tar.xz", mustDecode(checksum), ), &PackageAttr{ - SourceKind: sourceTarXZ, + SourceKind: SourceKindTarXZ, ScriptEarly: ` echo '#!/bin/sh' > gnulib-tests/test-c32ispunct.sh echo 'int main(){return 0;}' > tests/xargs/test-sigusr.c |
