summaryrefslogtreecommitdiff
path: root/src/package.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-02-14 15:51:12 +0200
committerTimo Teräs <timo.teras@iki.fi>2012-02-14 15:51:26 +0200
commit97bd260bfd27337ff348180ecc51a8eb798a2651 (patch)
tree5bdf2eb09cc4fcef6b9455264371e05deae7ec78 /src/package.c
parent087c587e57b057cb03791b778c1a25dc07b8a243 (diff)
downloadapk-tools-97bd260bfd27337ff348180ecc51a8eb798a2651.tar.gz
apk-tools-97bd260bfd27337ff348180ecc51a8eb798a2651.tar.bz2
apk-tools-97bd260bfd27337ff348180ecc51a8eb798a2651.tar.xz
apk-tools-97bd260bfd27337ff348180ecc51a8eb798a2651.zip
db: record file uid/gid/mode in installed db
Diffstat (limited to 'src/package.c')
-rw-r--r--src/package.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/package.c b/src/package.c
index 20895cb..1c85e12 100644
--- a/src/package.c
+++ b/src/package.c
@@ -739,6 +739,7 @@ int apk_pkg_add_info(struct apk_database *db, struct apk_package *pkg,
pkg->commit = apk_blob_cstr(value);
break;
case 'F': case 'M': case 'R': case 'Z': case 'r': case 'q':
+ case 'a':
/* installed db entries which are handled in database.c */
return 1;
default: