diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2019-02-21 13:22:31 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-03-07 11:12:12 +1000 |
commit | 298bcf7986ca5500c8891ec412d65d8a8f5b9a4f (patch) | |
tree | a65fa7d57897dd4d6bfdd94cbf0f7f010a5cb125 /doc/pacman.8.asciidoc | |
parent | e03752e6adc86cbb4cb4f52a38f6e3e98cbe9dd5 (diff) | |
download | pacman-298bcf7986ca5500c8891ec412d65d8a8f5b9a4f.tar.xz |
doc: set rootdir correctly in man pages
If an alternative rootdir is specified in either meson or configure it's
not respected in the generated man pages.
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/pacman.8.asciidoc')
-rw-r--r-- | doc/pacman.8.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pacman.8.asciidoc b/doc/pacman.8.asciidoc index 6b2d9172..fe95178d 100644 --- a/doc/pacman.8.asciidoc +++ b/doc/pacman.8.asciidoc @@ -131,7 +131,7 @@ Options not automatically prepended. *-r, \--root* <path>:: - Specify an alternative installation root (default is `/`). This should + Specify an alternative installation root (default is +{rootdir}+). This should not be used as a way to install software into `/usr/local` instead of `/usr`. *NOTE*: If database path or log file are not specified on either the |