diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 77527531..56f25111 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -282,6 +282,7 @@ static void setlibpaths(void) if(alpm_option_get_cachedirs() == NULL) { alpm_option_add_cachedir(CACHEDIR); } + init = 1; } }