1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-03-04 11:19:46 -05:00

Revert erroneous chmod 'fix'.

This commit is contained in:
Dan McGee 2007-06-20 21:52:24 +00:00
parent 0cfb412220
commit 4b00fdeef0

View File

@ -704,8 +704,6 @@ 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 */