reproducible builds: use cp -a when copying binary/boot/grub/i386-pc
This commit is contained in:
parent
759adc68eb
commit
59f8a67094
|
@ -75,7 +75,7 @@ then
|
|||
fi
|
||||
|
||||
# Copying grub
|
||||
cp ${FILES} binary/boot/grub/i386-pc
|
||||
cp -a ${FILES} binary/boot/grub/i386-pc
|
||||
|
||||
# Create eltorito image for ISO cases
|
||||
if [ "${LIVE_IMAGE_TYPE}" = "iso" ] || [ "${LIVE_IMAGE_TYPE}" = "iso-hybrid" ]; then
|
||||
|
|
Loading…
Reference in New Issue