[haiku-commits] haiku: hrev46250 - src/apps/haiku-depot

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 18 Oct 2013 04:38:35 +0200 (CEST)

hrev46250 adds 1 changeset to branch 'master'
old head: 25b034e99c56c4b297dcb23ea58262fd81660bac
new head: 2809b77fc6b2ce5407d5dd9989e4c3ed9b7acb6b
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=2809b77+%5E25b034e

----------------------------------------------------------------------------

2809b77: HaikuDepot: Fix #10108.
  
  - Set default installation location to system for now, pending support
    for choosing the destination.

                                         [ Rene Gollent <rene@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46250
Commit:      2809b77fc6b2ce5407d5dd9989e4c3ed9b7acb6b
URL:         http://cgit.haiku-os.org/haiku/commit/?id=2809b77
Author:      Rene Gollent <rene@xxxxxxxxxxx>
Date:        Thu Oct 17 21:12:19 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/10108

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/haiku-depot/PackageAction.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/haiku-depot/PackageAction.cpp 
b/src/apps/haiku-depot/PackageAction.cpp
index e812bb8..c793900 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,


Other related posts:

  • » [haiku-commits] haiku: hrev46250 - src/apps/haiku-depot - anevilyak