paru icon indicating copy to clipboard operation
paru copied to clipboard

paru -U --chroot ignores makepkg.conf.d drop-in files

Open C0rn3j opened this issue 3 months ago • 0 comments

Affected Version

[0] % paru -V
paru v2.0.3 - libalpm v14.0.0

Description

Pacman 6.1 added support for drop-in files for makepkg.conf

Paru does not seem to respect them (I presume it only copies makepkg.conf and not also makepkg.conf.d)

File: /etc/makepkg.conf.d/c0rn3j.conf
────────────────────────────────────────────────────────────────────────────
MAKEFLAGS="-j$(nproc)"
OPTIONS+=('!debug')

With this config, I still get debug packages built with paru --chroot, but not makepkg.

C0rn3j avatar Mar 17 '24 23:03 C0rn3j