HaikuDepot: Fix #10108.

- Set default installation location to system for now, pending support
  for choosing the destination.
This commit is contained in:
Rene Gollent
2013-10-17 17:12:19 -04:00
parent 25b034e99c
commit 2809b77fc6
+1 -1
View File
@@ -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,