diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:13:21 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:13:21 +0000 |
commit | 95e8eb6020ef3adb9f4ac6edc893fa59db1fa96a (patch) | |
tree | 57e3ed19a97944ddfa708c161bb1dc041f68f8f5 /builddeps-grubinvaders | |
parent | ab7baafd05707f0eba773d91e11cc34ca037151c (diff) | |
download | librebootfr-95e8eb6020ef3adb9f4ac6edc893fa59db1fa96a.tar.gz librebootfr-95e8eb6020ef3adb9f4ac6edc893fa59db1fa96a.zip |
builddeps-grubinvaders: fix typo
Diffstat (limited to 'builddeps-grubinvaders')
-rwxr-xr-x | builddeps-grubinvaders | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builddeps-grubinvaders b/builddeps-grubinvaders index a05082ed..e888d67d 100755 --- a/builddeps-grubinvaders +++ b/builddeps-grubinvaders @@ -1,6 +1,6 @@ #!/bin/bash -# builddeps-grub script: builds grub source code +# builddeps-grubinvaders script: builds grub invaders source code # # Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> # @@ -21,7 +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 GRUB can be built separately aswell. +# The reason it is seperated here is so that GRUB Invaders can be built separately aswell. # Build GRUB Invaders payload (for GRUB) # -------------------------------------------------------------------- |