diff options
-rw-r--r-- | src/database.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/database.c b/src/database.c index 4889289..b46a286 100644 --- a/src/database.c +++ b/src/database.c @@ -2471,6 +2471,8 @@ static int apk_db_install_archive_entry(void *_ctx, } while (0); } + ctx->file_diri_node = hlist_tail_ptr(&diri->owned_files); + if (opkg != pkg) { /* Create the file entry without adding it to hash */ file = apk_db_file_new(diri, bfile, &ctx->file_diri_node); |