From c781a85387b960bea5342e811cc086f536d2d8d8 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 26 Jan 2016 19:58:34 +1000 Subject: pacman.conf.5: document system hook directory Signed-off-by: Allan McRae --- doc/Makefile.am | 3 ++- doc/pacman.conf.5.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 90d90f33..5d7c9754 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -121,7 +121,8 @@ ASCIIDOC_OPTS = \ -a pacman_date="`date +%Y-%m-%d`" \ -a pkgdatadir=$(pkgdatadir) \ -a localstatedir=$(localstatedir) \ - -a sysconfdir=$(sysconfdir) + -a sysconfdir=$(sysconfdir) \ + -a datarootdir=$(datarootdir) A2X_OPTS = \ --no-xmllint \ diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index b78d1fe6..022585cf 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -71,7 +71,8 @@ Options path, the root path is not automatically prepended. *HookDir =* path/to/hook/dir:: - Add directories to search for alpm hooks. A typical default is + Add directories to search for alpm hooks in addition to the system hook + directory (+{datarootdir}/libalpm/hooks/+). A typical default is +{sysconfdir}/pacman.d/hooks+. Multiple directories can be specified with hooks in later directories taking precedence over hooks in earlier directories. *NOTE*: this is an absolute path, the root path is not -- cgit v1.2.3-24-g4f1b