diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:11:22 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:11:22 (EST) |
commit | ab7baafd05707f0eba773d91e11cc34ca037151c (patch) | |
tree | 9640ef9539b23e67ee0eb4ffff32c129198d91f1 | |
parent | e42188d521859a797e270958bb48833f2bee5b6b (diff) | |
download | libreboot-ab7baafd05707f0eba773d91e11cc34ca037151c.zip libreboot-ab7baafd05707f0eba773d91e11cc34ca037151c.tar.gz libreboot-ab7baafd05707f0eba773d91e11cc34ca037151c.tar.bz2 |
builddeps-grubinvaders: fix typos
-rwxr-xr-x | builddeps-grubinvaders | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/builddeps-grubinvaders b/builddeps-grubinvaders index c39e5db..a05082e 100755 --- a/builddeps-grubinvaders +++ b/builddeps-grubinvaders @@ -1,6 +1,6 @@ #!/bin/bash -# builddeps-grubinvaders script: builds grub invaders source code +# builddeps-grub script: builds grub source code # # Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> # @@ -21,10 +21,7 @@ set -u -e -v # This script is used by the main "builddeps" script in libreboot src/meta archives. -# The reason it is seperated here is so that MemTest86+ can be built separately aswell. - -# To use this script, you will need the dependencies in "builddeb". -# Run it, or adapt it if you do not use an "apt-get" distro. +# The reason it is seperated here is so that GRUB can be built separately aswell. # Build GRUB Invaders payload (for GRUB) # -------------------------------------------------------------------- |