From 170bb80a1f8a020595738c7febdb15c68574ce29 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sat, 13 Jan 2018 11:49:59 -0500 Subject: add pacman-conf utility Parsing pacman's configuration file is non-trivial and extremely difficult to do correctly from scripts; even our own do it incorrectly. pacman-conf is a dedicated tool specifically to allow scripts to parse config files, getting the same value that pacman itself would use. Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- src/pacman/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pacman/.gitignore') diff --git a/src/pacman/.gitignore b/src/pacman/.gitignore index 6a358aa3..24e11ed3 100644 --- a/src/pacman/.gitignore +++ b/src/pacman/.gitignore @@ -2,3 +2,5 @@ .libs pacman pacman.exe +pacman-conf +pacman-conf.exe \ No newline at end of file -- cgit v1.2.3-24-g4f1b