avoid unnecessary stderr like this:
==> /tmp/stderr <== 43 blocks
Signed-off-by: Lin Jiaxin ljx.joe@qq.com --- sbin/makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/makepkg b/sbin/makepkg index cb051641..9352557a 100755 --- a/sbin/makepkg +++ b/sbin/makepkg @@ -2273,7 +2273,7 @@ extend_pkgver_cgz_name() { create_cpio() { find . | grep -Fxv -e ./bin -e ./sbin -e ./lib -e ./lib64 -e ./etc/init.d | - cpio -o -H newc --owner=root.root | + cpio --quiet -o -H newc --owner=root.root | gzip -n -9 }