From 6546ddc64bcbf73c7419bac7af596b924005dbc3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 21 May 2026 16:10:55 +0900 Subject: internal/rosa: expose in-place behaviour in generic helper This change also combines the createDir and wantsDir methods, and replaces the non-inplace target of the generic helper with a deterministic path. Signed-off-by: Ophestra --- internal/rosa/package/perl.az | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/package/perl.az') diff --git a/internal/rosa/package/perl.az b/internal/rosa/package/perl.az index d2cbee77..71322cc7 100644 --- a/internal/rosa/package/perl.az +++ b/internal/rosa/package/perl.az @@ -59,10 +59,12 @@ package perl-Module-Build { checksum = "ZKxEFG4hE1rqZt52zBL2LRZBMkYzhjb5-cTBXcsyA52EbPeeYyVxU176yAea8-Di"; }; + enterSource = true; writable = true; chmod = true; exec = generic { + inPlace = true; build = ` perl Build.PL --prefix=/system ./Build build`; -- cgit v1.3.1