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/unzip.az | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/package/unzip.az') diff --git a/internal/rosa/package/unzip.az b/internal/rosa/package/unzip.az index a802ddff..e52f8555 100644 --- a/internal/rosa/package/unzip.az +++ b/internal/rosa/package/unzip.az @@ -15,10 +15,12 @@ package unzip { compress = gzip; }; + enterSource = true; writable = true; chmod = true; exec = generic { + inPlace = true; build = `unix/configure make -f unix/Makefile generic1`; install = ` -- cgit v1.3.1