Force mode of all database files to 644
commit6e8daa553bbd50ec541add9549bfd95030c335f5
authorAaron Griffin <aaronmgriffin@gmail.com>
Thu, 15 Nov 2007 01:22:06 +0000 (14 19:22 -0600)
committerDan McGee <dan@archlinux.org>
Sun, 25 Nov 2007 20:03:13 +0000 (25 14:03 -0600)
tree9f4f10b0a3563bb510a045cc06c56d9b87290fd3
parentc7879e77a716edc725858e316ea9d2fa00056d4d
Force mode of all database files to 644

In the case of a packaging error where install or changelog had bad permissions,
pacman respected the original permissions without trying to fix it - this means
that some operations (changelog) artificially required root permissions to run

In addition, minor function housekeeping on _alpm_unpack

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
lib/libalpm/util.c