pacman.conf.5: replace {sysconfdir} with /etc in code block
Variable replacements are not performed on code blocks leaving the example Include usage with '{sysconfdir}/pacman.d/mirrorlist'. Replace this with '/etc' consistent with other example blocks in the man page. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
4908eed57d
commit
ae603e35d7
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ contain a file that lists the servers for that repository.
|
|||
# use this server first
|
||||
Server = ftp://ftp.archlinux.org/$repo/os/$arch
|
||||
# next use servers as defined in the mirrorlist below
|
||||
Include = {sysconfdir}/pacman.d/mirrorlist
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
--------
|
||||
|
||||
The order of repositories in the configuration files matters; repositories
|
||||
|
|
Loading…
Add table
Reference in a new issue