summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
diff options
context:
space:
mode:
authormorganamilo <morganamilo@archlinux.org>2021-05-01 22:25:35 +0200
committerAllan McRae <allan@archlinux.org>2021-05-03 04:49:35 +0200
commitef14c3380da0ed0e3eeba7e8b6c66294db316883 (patch)
tree5400551360ecd74c5fd021aa26fbadf89c53ed59 /lib/libalpm/db.c
parent72238aa046b8a8de1c7b9110726986c7538023b5 (diff)
downloadpacman-ef14c3380da0ed0e3eeba7e8b6c66294db316883.tar.gz
pacman-ef14c3380da0ed0e3eeba7e8b6c66294db316883.tar.xz
libalpm: fix error when installing cached packages without signatures
With a repo using "SigLevel = Optional" and a package already downloaded into the cache, download_files() returns 1 (via _alpm_download) to indicate no files were downloaded. This causes installation of the package to fail. Explicitly check that download_files() returns -1 (error) rather than non-zero. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/db.c')
0 files changed, 0 insertions, 0 deletions