diff --git a/src/apps/haiku-depot/PackageAction.cpp b/src/apps/haiku-depot/PackageAction.cpp index e812bb8f02..c79390069f 100644 --- a/src/apps/haiku-depot/PackageAction.cpp +++ b/src/apps/haiku-depot/PackageAction.cpp @@ -25,7 +25,7 @@ PackageAction::PackageAction(int32 type, PackageInfoRef package, Model* model) const PackageInstallationLocationSet& locations = package->InstallationLocations(); - int32 location = B_PACKAGE_INSTALLATION_LOCATION_HOME; + int32 location = B_PACKAGE_INSTALLATION_LOCATION_SYSTEM; // if the package is already installed, use its first installed location // to initialize the manager. // TODO: ideally if the package is installed at multiple locations,