From e7806a43e0f74fc96f90be4ef613b2222ee94433 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 4 Dec 2022 20:11:43 +1000 Subject: [PATCH] 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 --- etc/pacman.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 1799efc7..d1ab736e 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -74,4 +74,4 @@ ParallelDownloads = 5 # tips on creating your own repositories. #[custom] #SigLevel = Optional TrustAll -#Server = file:///home/custompkgs +#Server = file:///home/packages