From 2809b77fc6b2ce5407d5dd9989e4c3ed9b7acb6b Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Thu, 17 Oct 2013 17:12:19 -0400 Subject: [PATCH] HaikuDepot: Fix #10108. - Set default installation location to system for now, pending support for choosing the destination. --- src/apps/haiku-depot/PackageAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,