Signed-off-by: Michał Górny <mgo...@gentoo.org> Reviewed-by: Zac Medico <zmed...@gentoo.org> Closes: https://github.com/gentoo/portage/pull/365 --- bin/ecompress | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/ecompress b/bin/ecompress index 434456f0c..36bdb585b 100755 --- a/bin/ecompress +++ b/bin/ecompress @@ -139,8 +139,8 @@ fix_symlinks() { } export PORTAGE_COMPRESS PORTAGE_COMPRESS_FLAGS -find "${ED}" -name '*.ecompress' -delete \ - -exec "${PORTAGE_BIN_PATH}"/ecompress-file {} + +find "${ED}" -name '*.ecompress' -delete -print0 | + ___parallel_xargs -0 "${PORTAGE_BIN_PATH}"/ecompress-file ret=${?} fix_symlinks -- 2.19.0