diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/pacman.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |