From: Michael Tremer Date: Sun, 16 Feb 2025 15:58:19 +0000 (+0000) Subject: cli: Fix path of default configuration file X-Git-Tag: 0.9.30~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f7118c2018eeaf8eab25e85c4513c30d908d2af;p=pakfire.git cli: Fix path of default configuration file Signed-off-by: Michael Tremer --- diff --git a/src/cli/pakfire.c b/src/cli/pakfire.c index 7beec9d8..f0c92b0b 100644 --- a/src/cli/pakfire.c +++ b/src/cli/pakfire.c @@ -159,8 +159,7 @@ int main(int argc, char* argv[]) { struct cli_global_args args = { .ctx = ctx, - // XXX hard-coded path - .config = "/etc/pakfire/general.conf", + .config = PAKFIRE_CONFIG_DIR "/pakfire.conf", .arch = NULL, .root = "/", .flags = 0,