aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tar/patches/110-symlink-force-permissions.patch
Commit message (Collapse)AuthorAgeFilesLines
* tar: override symlink permissionsFelix Fietkau2017-05-301-0/+10
On Linux, symlink permissions cannot be altered and are always 0777. On Mac OS X they can be 0755. Force 0777 here to keep tarballs reproducible across systems Signed-off-by: Felix Fietkau <nbd@nbd.name>