summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-06-26 03:51:12 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2017-06-26 03:51:12 +0000
commit8fb87ba38e48195c3d5ca4fc7612dbada235acf1 (patch)
treecea30c0a321a057a1d943786d1b7f8cf61bae749 /src
parent5644012df62e0d09f12717a365f74795f030135b (diff)
downloadapk-tools-8fb87ba38e48195c3d5ca4fc7612dbada235acf1.tar.gz
apk-tools-8fb87ba38e48195c3d5ca4fc7612dbada235acf1.tar.bz2
apk-tools-8fb87ba38e48195c3d5ca4fc7612dbada235acf1.tar.xz
apk-tools-8fb87ba38e48195c3d5ca4fc7612dbada235acf1.zip
database: force-update file_diri_node ptr based on current diri
Diffstat (limited to 'src')
-rw-r--r--src/database.c2
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);