index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/add.c | 2 |
diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index 73c84cc0..ecc1142c 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -700,6 +700,8 @@ int _alpm_add_commit(pmtrans_t *trans, pmdb_t *db) _alpm_log(PM_LOG_ERROR, _("could not extract %s (%s)"), filename, strerror(errno)); alpm_logaction(_("error: could not extract %s (%s)"), filename, strerror(errno)); errors++; + } else { + chmod(filename, archive_entry_mode(entry)); } /* calculate an hash if this is in newpkg's backup */ |