pacman.conf.in: adjust example custom repo path for consistency
The example makepkg.conf.in suggests using "PKGDEST=/home/packages". It makes sense to use the same path for the custom repo example in pacman.conf.in. Fixes FS#48497. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
23aa82812e
commit
e7806a43e0
1 changed files with 1 additions and 1 deletions
|
@ -74,4 +74,4 @@ ParallelDownloads = 5
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/packages
|
||||||
|
|
Loading…
Add table
Reference in a new issue