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:
parent
0cfb412220
commit
4b00fdeef0
@ -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_log(PM_LOG_ERROR, _("could not extract %s (%s)"), filename, strerror(errno));
|
||||||
alpm_logaction(_("error: could not extract %s (%s)"), filename, strerror(errno));
|
alpm_logaction(_("error: could not extract %s (%s)"), filename, strerror(errno));
|
||||||
errors++;
|
errors++;
|
||||||
} else {
|
|
||||||
chmod(filename, archive_entry_mode(entry));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* calculate an hash if this is in newpkg's backup */
|
/* calculate an hash if this is in newpkg's backup */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user