summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-08-29 17:28:08 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-08-29 17:28:08 (EDT)
commit437bc6cac4a70521969f38624878221a0be081e0 (patch)
tree49176394e14805d3f659b35cd873e0dbf6a75c20 /resources
parentd6387a2f642fcb993ae5c9bb67728e2446a3e6b3 (diff)
downloadlibreboot-437bc6cac4a70521969f38624878221a0be081e0.zip
libreboot-437bc6cac4a70521969f38624878221a0be081e0.tar.gz
libreboot-437bc6cac4a70521969f38624878221a0be081e0.tar.bz2
download/grub: remove dead code
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/download/grub7
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub
index 3e91dbc..c10ad43 100755
--- a/resources/scripts/helpers/download/grub
+++ b/resources/scripts/helpers/download/grub
@@ -42,13 +42,6 @@ git clone git://git.savannah.gnu.org/grub.git
# modifications are required
cd "grub/"
-# Verify checksums of the downloaded files
-# ------------------------------------------------------------------------------
-
-sha512sum -c "../resources/scripts/helpers/sha512sums/grub" || (cd "../" && rm -Rf "grub/" && printf "Invalid checksums for GRUB\n" && exit 1)
-
-printf "Valid checksums for GRUB\n"
-
# Apply patches
# ------------------------------------------------------------------------------