reproducible builds: use cp -a when copying binary/boot/grub/i386-pc

This commit is contained in:
Patrick Schleizer 2024-01-13 11:40:20 +00:00 committed by Luca Boccassi
parent 759adc68eb
commit 59f8a67094
1 changed files with 1 additions and 1 deletions

View File

@ -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