diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:25:47 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:25:47 +0000 |
commit | c093f2a4ccb8c8f703be772067b2dded91e522e8 (patch) | |
tree | bfb5879332b46d8ed466d11d8d05aa852dac2485 /builddeps-seabios | |
parent | 82574ca69bc93b7935a197e8f6087621c6f093a1 (diff) | |
download | librebootfr-c093f2a4ccb8c8f703be772067b2dded91e522e8.tar.gz librebootfr-c093f2a4ccb8c8f703be772067b2dded91e522e8.zip |
builddeps-seabios: fix typo, path and remove obsolete comments
Diffstat (limited to 'builddeps-seabios')
-rwxr-xr-x | builddeps-seabios | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/builddeps-seabios b/builddeps-seabios index d9ccc726..095b122f 100755 --- a/builddeps-seabios +++ b/builddeps-seabios @@ -1,6 +1,6 @@ #!/bin/bash -# builddeps-coreboot: builds the dependencies that coreboot needs before building a ROM image +# builddeps-seabios: builds the dependencies that coreboot needs before building a ROM image # # Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> # @@ -21,17 +21,12 @@ 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 coreboot 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. - -# This is also used by the "getcb" script. +# The reason it is seperated here is so that seabios can be built separately aswell. # Build utilities needed in coreboot directory # -------------------------------------------------------------------- -cd seabios +cd seabios/ # clean coreboot first make clean |