summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/grub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-06 09:35:31 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-06 09:35:31 (EST)
commit910bf9d25322cabcc86c4edeb2ab99d4e5d302f5 (patch)
tree2c68df49e76fd1b0ad87fd2b13af96a83f52c3cb /resources/scripts/helpers/download/grub
parentaa3cccfdaed8b4012465fcc8ab14c6796b992162 (diff)
downloadlibreboot-910bf9d25322cabcc86c4edeb2ab99d4e5d302f5.zip
libreboot-910bf9d25322cabcc86c4edeb2ab99d4e5d302f5.tar.gz
libreboot-910bf9d25322cabcc86c4edeb2ab99d4e5d302f5.tar.bz2
GRUB: use sane file names for reproducibility patches
Diffstat (limited to 'resources/scripts/helpers/download/grub')
-rwxr-xr-xresources/scripts/helpers/download/grub6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub
index 59d5664..3d9bfcc 100755
--- a/resources/scripts/helpers/download/grub
+++ b/resources/scripts/helpers/download/grub
@@ -59,9 +59,9 @@ git am "../resources/grub/patch/grub.johnlane.ie/0005-Cryptomount-support-for-hy
git am "../resources/grub/patch/grub.johnlane.ie/0006-grub-core-disk-cryptodisk.c-Point-to-const-char.patch"
# Needed for reproducible builds in GRUB
-git am "../resources/grub/patch/reproducible/"\[PATCH\ 1_3\]\ mkstandalone\:\ add\ argument\ --fixed-time\ to\ override\ mtime\ of\ files.eml
-git am "../resources/grub/patch/reproducible/"\[PATCH\ 2_3\]\ mkrescue\:\ add\ argument\ --fixed-time\ to\ get\ reproducible\ uuids.eml
-git am "../resources/grub/patch/reproducible/"\[PATCH\ 3_3\]\ Makefile\:\ use\ FIXED_TIMESTAMP\ for\ mkstandalone\ if\ set.eml
+git am "../resources/grub/patch/reproducible/0001-mkstandalone-add-argument-fixed-time-to-override-mti.patch"
+git am "../resources/grub/patch/reproducible/0002-mkrescue-add-argument-fixed-time-to-get-reproducible.patch"
+git am "../resources/grub/patch/reproducible/0003-Makefile-use-FIXED_TIMESTAMP-for-mkstandalone-if-set.patch"
cd "../"
printf "\n\n"