1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00

repo_haiku: /boot/common no longer exists

This commit is contained in:
Ingo Weinhold
2013-10-01 18:21:17 +02:00
committed by Michael Schroeder
parent d1c71ae6e0
commit 7f26582bc2

View 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))