summaryrefslogtreecommitdiffstats
path: root/docs/manual/adding-packages-kernel-module.txt
diff options
context:
space:
mode:
authorGuido Martínez <guido@vanguardiasur.com.ar>2014-11-21 13:19:01 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-13 17:02:35 +0200
commit361d3573f5373618b2c566e250430269dd7200e5 (patch)
treec1094d98936b2b4c57c333c55f3083f68c3bba60 /docs/manual/adding-packages-kernel-module.txt
parentb98dd2355780c732bf440042fb8faafe731efc94 (diff)
downloadbuildroot-361d3573f5373618b2c566e250430269dd7200e5.tar.gz
buildroot-361d3573f5373618b2c566e250430269dd7200e5.zip
Makefile: don't depend on current skeleton/overlay permissions
We use 'rsync -a' to copy the skeleton and overlays, so the target ends up with the exact same permissions as on the repo. The problem is we don't track these permissions, since Git doesn't allow for that (except for the exec bit). This means users with different umasks at the time of cloning could end up with different target permissions. Fix this by using --chmod on rsync calls so we don't depend on the current permission set for the skeleton and overlays. We do depend on the exec bit, but that's fine since that one is tracked by Git. Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-kernel-module.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud