diff --git a/pkgtool.pm b/pkgtool.pm index f7ab0fe..ba1f962 100644 --- a/pkgtool.pm +++ b/pkgtool.pm @@ -659,7 +659,7 @@ sub read_packages ($$$$) ReleaseType => $reltype, Type => $wow6432 ? 'wow6432' : 'normal', Uninstall => $uninst, - QUninstall => $uninst, + QUninstall => $quninst, UserPackage => $userdata }; $$packages{$name} = $inst;