mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-31 22:00:28 +01:00
PKG install hotfix
This commit is contained in:
parent
98dbbd84ac
commit
dd8ec8f09e
|
|
@ -914,7 +914,11 @@ bool package_reader::extract_data(atomic_t<double>& sync)
|
|||
}
|
||||
else
|
||||
{
|
||||
fs::remove_all(dir, true);
|
||||
if (was_null)
|
||||
{
|
||||
fs::remove_all(dir, true);
|
||||
}
|
||||
|
||||
pkg_log.error("Package installation failed: %s", dir);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue