Allan McRae pushed to branch master at Pacman / Pacman Commits: de68378f by Allan McRae at 2025-12-12T21:07:47+10:00 Partially revert resolving paths in pacman.conf For the CacheDir and HookDir options, multiple paths can be specified on a single line (separated by a space). The resolving of paths does not handle multiple entries and causes failures. Additional, directories in CacheDir are created by libalpm if they do not exist, and this is not accounted for when realpath fails due to a non-exisiting directory. "Fixes" #289 and #292. Signed-off-by: Allan McRae <allan@archlinux.org> - - - - - 1 changed file: - src/pacman/conf.c View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/commit/de68378f9c8e60963b76abdc... -- View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/commit/de68378f9c8e60963b76abdc... You're receiving this email because of your account on gitlab.archlinux.org.