qi: do not use tarlz for decompress .tar.lz files when unpack()
commitb98d57c78ec3ba35a725e262e312a6f92a59f237
authorMatías Fonzo <selk@dragora.org>
Sat, 18 May 2019 12:36:44 +0000 (18 09:36 -0300)
committerMatías Fonzo <selk@dragora.org>
Sat, 18 May 2019 12:36:44 +0000 (18 09:36 -0300)
tree838345801437b4976976fe02cedfacb883adb2b0
parent1be0aecbf5cd72697965cdcdcc2c145611de7ab1
qi: do not use tarlz for decompress .tar.lz files when unpack()

Previously, tarlz was introduced in the commit
c9063f925b03623920481c9cc41ae8462bdd0b87

The problem is that the .tar.lz has been produced using another archiver format,
like the one of GNU tar, tarlz won't be able to decompress the GNU format, because
simply does not understand this format.  So we revert the change in order to unpack
"global" .tar.lz files combining lzip and (GNU) tar.
qi/src/qi.in