fs/iso9660: use install instead of cp
authorGuido Martínez <guido@vanguardiasur.com.ar>
Fri, 21 Nov 2014 16:19:08 +0000 (13:19 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 22 Nov 2014 18:01:27 +0000 (19:01 +0100)
commit4273d4d9ff5b9c104d7447d96199e2cadbf790e3
tree49951164faa5506af73fd4307b8f331d24b73899
parent5dac9fddbf46223d0a5967aa0560a89ee7fbac3b
fs/iso9660: use install instead of cp

This way we don't depend on the permissions of files under boot/ or fs/,
which aren't tracked.

While we're at it, change all 'cp' usages into 'install' with the
correct mode for each file.

Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/iso9660/iso9660.mk