From 6d85d9ae08520d446805f973797188533aead6fa Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 5 May 2024 11:12:33 +1000 Subject: [PATCH] Document makepkg.conf.d/ drop-in configuration Signed-off-by: Allan McRae --- doc/makepkg.conf.5.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/makepkg.conf.5.asciidoc b/doc/makepkg.conf.5.asciidoc index 57fbc966..36dcb77e 100644 --- a/doc/makepkg.conf.5.asciidoc +++ b/doc/makepkg.conf.5.asciidoc @@ -23,6 +23,9 @@ NOTE: This does not guarantee that all package Makefiles will use your exported variables. Some of them are non-standard. The system-wide configuration file is found in {sysconfdir}/makepkg.conf. +Specific additions (e.g. build flags for additional languages) can be placed +in {sysconfdir}/makepkg.conf.d/*.conf. + Individual options can be overridden (or added to) on a per-user basis in $XDG_CONFIG_HOME/pacman/makepkg.conf or ~/.makepkg.conf, with the former taking priority.