]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
repo_haiku: /boot/common no longer exists
authorIngo Weinhold <ingo_weinhold@gmx.de>
Tue, 1 Oct 2013 16:21:17 +0000 (18:21 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 4 Oct 2013 12:32:32 +0000 (14:32 +0200)
ext/repo_haiku.cpp

index 134e3d8f5b70e36622bba242dc664ee5e0dd0730..a624df17bf25d42bc0d617550e2f8d3c09c99e85 100644 (file)
@@ -184,8 +184,6 @@ int repo_add_haiku_installed_packages(Repo *repo, const char *rootdir,
 
   add_installed_packages(repo, repoData,
     B_PACKAGE_INSTALLATION_LOCATION_SYSTEM);
-  add_installed_packages(repo, repoData,
-    B_PACKAGE_INSTALLATION_LOCATION_COMMON);
   add_installed_packages(repo, repoData, B_PACKAGE_INSTALLATION_LOCATION_HOME);
 
   if (!(flags & REPO_NO_INTERNALIZE))