diff options
author | Dan McGee <dan@archlinux.org> | 2007-12-03 22:17:19 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-12-03 22:17:19 -0600 |
commit | d6354ff248968a1eb1f3ac78441660d4c7a95b86 (patch) | |
tree | a467bf294d8f118e80d3bcd73616a8ebe3194b7c /src | |
parent | 72dae726910bce78647fb47ccfbba657b229ffb4 (diff) | |
download | pacman-d6354ff248968a1eb1f3ac78441660d4c7a95b86.tar.xz |
Oops- forgot to ever set init to 1 in setlibpaths()
Signed-off-by: Dan McGee <dan@archlinux.org>
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; } } |