summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pacman/pacman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index c586aebe..add9cb93 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -510,7 +510,7 @@ int main(int argc, char *argv[])
alpm_option_set_logcb(cb_log);
if(config->configfile == NULL) {
- config->configfile = strdup(PACCONF);
+ config->configfile = strdup(PM_ROOT PM_CONF);
}
if(alpm_parse_config(config->configfile, NULL, "") != 0) {