diff --git a/src/bin/pkgman/command_search.cpp b/src/bin/pkgman/command_search.cpp index 5be2a10270..73d59470a3 100644 --- a/src/bin/pkgman/command_search.cpp +++ b/src/bin/pkgman/command_search.cpp @@ -119,9 +119,8 @@ SearchCommand::Execute(int argc, const char* const* argv) const char* searchString = listAll ? "" : argv[optind++]; // create the solver - PackageManager packageManager(B_PACKAGE_INSTALLATION_LOCATION_COMMON, + PackageManager packageManager(B_PACKAGE_INSTALLATION_LOCATION_HOME, !uninstalledOnly, !installedOnly); -// TODO: Use B_PACKAGE_INSTALLATION_LOCATION_HOME once we actually mount it. // search BObjectList packages;