diff options
author | Allan McRae <allan@archlinux.org> | 2012-09-17 16:07:24 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-18 08:10:24 -0500 |
commit | 89319b5bfd6a592ce99cb07729f66bbc2cbfed5c (patch) | |
tree | 662b6b883b32c15897db42624e2f8a966cd294a8 /doc | |
parent | 19b8298ce88564e38683279664400572ce285f2e (diff) | |
download | pacman-89319b5bfd6a592ce99cb07729f66bbc2cbfed5c.tar.xz |
Document system and user specific makepkg.conf
Add details of the system wide and user specific versions of
makepkg.conf to the man page.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makepkg.conf.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index db1e6d53..ada5e750 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -25,6 +25,10 @@ build environment. 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. +Individual options can be overridden (or added to) on a per user basis in +~/.makepkg.conf. + The default file is fairly well commented, so it may be easiest to simply follow directions given there for customization. |