COPKGManager: use wildcard char for ar command

This fixes unpacking of local and downloaded packages.
This commit is contained in:
2015-02-08 00:30:58 +01:00
parent ce3c4d3b04
commit 54d3ad261c

View File

@@ -257,7 +257,7 @@ bool COPKGManager::checkSize(const string& pkg_name)
execCmd(pkg_types[OM_DOWNLOAD] + plain_pkg); //download package
//unpack package into test dir
string ar = "ar -x " + plain_pkg;
string ar = "ar -x " + plain_pkg + char(0x2a);
execCmd(ar);
//untar package into test directory