1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Charlie Li 10a0f1814b sysutils/pacman: fix packaging archlinux flavour on official builders
Apparently ${PREFIX} is strictly enforced and prepended on entries
in ${PLIST} on the official builders so trying to list anything
outside of ${PREFIX} like /compat ends up as ${PREFIX}/compat, so
move these entries to ${PLIST_DIRS}. The ${PLIST} listing approach
results in errors like:

===>   Building archlinux-pacman-7.1.0
pkg-static: Unable to access file /wrkdirs/usr/ports/sysutils/pacman/work-archlinux/stage/usr/local/compat/archlinux/var/cache/pacman/pkg/:No such file or directory

Reported by: fallout
2026-01-05 21:05:16 -05:00
..