commit f424c2b

hovercats  ·  2026-09-12 02:35:56 +0000 UTC
parent 00c5b79
compress tarballs with -9 by default
1 files changed,  +1, -1
M rcpm
M rcpm
+1, -1
1@@ -167,7 +167,7 @@ fn build_pkg {
2 	gen_manifest
3 	test -d $rcpm_cache || mkdir -p $rcpm_cache
4 	compressor
5-	pax -w . | $tool >$rcpm_cache/$pkg@$ver-$rev.tar.$ext
6+	pax -w . | $tool -9 >$rcpm_cache/$pkg@$ver-$rev.tar.$ext
7 	install_pkg
8 }
9