1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-02-28 09:21:53 -05:00

Oops- forgot to ever set init to 1 in setlibpaths()

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-12-03 22:17:19 -06:00
parent 72dae72691
commit d6354ff248

View File

@ -282,6 +282,7 @@ static void setlibpaths(void)
if(alpm_option_get_cachedirs() == NULL) {
alpm_option_add_cachedir(CACHEDIR);
}
init = 1;
}
}