Oops- forgot to ever set init to 1 in setlibpaths()
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
72dae72691
commit
d6354ff248
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ static void setlibpaths(void)
|
|||
if(alpm_option_get_cachedirs() == NULL) {
|
||||
alpm_option_add_cachedir(CACHEDIR);
|
||||
}
|
||||
init = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue