csf.tgz package (and others) double compressed

Post Reply
aonez
Junior Member
Posts: 1
Joined: 20 Oct 2018, 23:06

csf.tgz package (and others) double compressed

Post by aonez »

Just to let you know, all the free script .tgz packages are double compressed. So they're not gz->tar, but gz->gz->tar.

This applies to csf, cmc, cmm, cmq and cse.

This might fail to extract, for example when using a multithread program with tar:

Code: Select all

bsdtar --use-compress-program "pigz -d" -xf csf.tgz
It was spotted here: https://github.com/aonez/Keka/issues/311
medicinemagazine
Junior Member
Posts: 1
Joined: 21 Oct 2018, 07:55

Re: csf.tgz package (and others) double compressed

Post by medicinemagazine »

thanks it helped
Post Reply