From c6939cf390f8733d1e2e7f98300e560d95ff271c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 28 Sep 2025 11:23:52 +0100 Subject: libarchive: also copy bsdunzip and bsdcpio bsdunzip in particular, can be used instead of relying on the host to provide unzip. most linux hosts use info-zip as the implementation, which bsdzip is compatible with. Signed-off-by: Leah Rowe --- config/data/libarchive/build.list | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/data/libarchive/build.list b/config/data/libarchive/build.list index f3e07b9a..044f9db2 100644 --- a/config/data/libarchive/build.list +++ b/config/data/libarchive/build.list @@ -1 +1,3 @@ bsdtar +bsdunzip +bsdcpio -- cgit v1.2.1