diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-26 03:51:12 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-26 03:51:12 +0000 |
commit | 8fb87ba38e48195c3d5ca4fc7612dbada235acf1 (patch) | |
tree | cea30c0a321a057a1d943786d1b7f8cf61bae749 /src | |
parent | 5644012df62e0d09f12717a365f74795f030135b (diff) | |
download | apk-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.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); |