diff --git a/libpkgconf/path.c b/libpkgconf/path.c index 59e003e..57faaed 100644 --- a/libpkgconf/path.c +++ b/libpkgconf/path.c @@ -205,7 +205,7 @@ pkgconf_path_match_list(const char *path, const pkgconf_list_t *dirlist) pkgconf_strlcpy(relocated, path, sizeof relocated); if (pkgconf_path_relocate(relocated, sizeof relocated)) - cpath = path; + cpath = relocated; PKGCONF_FOREACH_LIST_ENTRY(dirlist->head, n) {