diff options
Diffstat (limited to 'src/app_fetch.c')
-rw-r--r-- | src/app_fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_fetch.c b/src/app_fetch.c index 9963503..d1c527d 100644 --- a/src/app_fetch.c +++ b/src/app_fetch.c @@ -140,7 +140,7 @@ static int fetch_package(apk_hash_item item, void *pctx) } if (!(ctx->flags & FETCH_STDOUT)) { - if (apk_fileinfo_get(ctx->outdir_fd, filename, APK_CHECKSUM_NONE, &fi, &db->atoms) == 0 && + if (apk_fileinfo_get(ctx->outdir_fd, filename, 0, &fi, &db->atoms) == 0 && fi.size == pkg->size) return 0; } |