diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-08-10 21:48:58 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-08-10 21:55:47 +0900 |
| commit | 7193656b6a7b5e41a3d87d1b7012361e17986194 (patch) | |
| tree | 692b419453060f15fcda4563b1cbad49deafafd2 /internal/rosa/package/perl.az | |
| parent | 7d86e19c07b3a76cbba08dd209dc6bcea6067029 (diff) | |
internal/rosa: improve helper bindings
This uses more intuitive names for some arguments and inverts their default value. Slices and nil-capable strings replace skip arguments.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/perl.az')
| -rw-r--r-- | internal/rosa/package/perl.az | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/rosa/package/perl.az b/internal/rosa/package/perl.az index d722d0f9..c2539ee3 100644 --- a/internal/rosa/package/perl.az +++ b/internal/rosa/package/perl.az @@ -28,8 +28,8 @@ disable_test ext/POSIX/t/time.t toyboxEarly = true; exec = make { - omitDefaults = true; - inPlace = true; + defaults = false; + chdir = false; configureName = "./Configure"; configure = { @@ -70,7 +70,7 @@ package perl-Module-Build { chmod = true; exec = generic { - inPlace = true; + chdir = false; build = ` perl Build.PL --prefix=/system ./Build build`; |
