diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-30 19:25:46 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-30 19:25:46 +0900 |
| commit | 09a216c6ec7c934e2dcdf3fb3deaf1fd179e3402 (patch) | |
| tree | c544ec12a3ade3d832ebb606fc0f39ef49477e31 /internal/rosa/perl.go | |
| parent | 44d17325c29aec781eaf2f4c243f45ec738cfdee (diff) | |
internal/rosa/perl: make /system/bin writable
This enables cure in stage0 where /system/bin is read-only.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/perl.go')
| -rw-r--r-- | internal/rosa/perl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/perl.go b/internal/rosa/perl.go index 2776dc6f..3800d18b 100644 --- a/internal/rosa/perl.go +++ b/internal/rosa/perl.go @@ -23,7 +23,7 @@ func (t Toolchain) newPerl() (pkg.Artifact, string) { ScriptEarly: ` echo 'print STDOUT "1..0 # Skip broken test\n";' > ext/Pod-Html/t/htmldir3.t -rm -f /system/bin/ps # perl does not like toybox ps +chmod +w /system/bin && rm -f /system/bin/ps # perl does not like toybox ps `, Flag: TEarly, |
