tar: override symlink permissions
authorFelix Fietkau <nbd@nbd.name>
Tue, 30 May 2017 13:37:10 +0000 (15:37 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Dec 2017 14:48:33 +0000 (15:48 +0100)
commite8bd0a606a60ad37a7a737943f6b5a5347953167
treec02942f3e13ecdfca52a8bec537d543a232b7a48
parent59a1c1675d4dc2783673a3c2b7d10f6146253357
tar: override symlink permissions

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>
(cherry picked from commit e25cedd0b5621dc02e47eea674006578ac062c9f)
tools/tar/patches/110-symlink-force-permissions.patch [new file with mode: 0644]