From 7f26582bc2b27140a6bae939dc66f57d4b5af245 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 1 Oct 2013 18:21:17 +0200 Subject: [PATCH] repo_haiku: /boot/common no longer exists --- ext/repo_haiku.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/repo_haiku.cpp b/ext/repo_haiku.cpp index 134e3d8..a624df1 100644 --- a/ext/repo_haiku.cpp +++ b/ext/repo_haiku.cpp @@ -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)) -- 2.7.4