summaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-04-04 14:12:26 +0200
committerNico Huber <nico.huber@secunet.com>2013-04-04 17:22:15 +0200
commit72ef8881a319de48464e640ccd37e8e282320284 (patch)
tree5cb16e6ed14c621f0763052a459ed5d0eb1e2307 /payloads
parent3402a7fa7001e40035b6ae303b2e47b6281fef1c (diff)
downloadcoreboot-72ef8881a319de48464e640ccd37e8e282320284.tar.xz
libpayload, superiotool: README: Prepend `coreboot/` to path of change directory line
Nico Huber spotted [1], that commit (4d6ab4e2) [1] updating superiotools’s `README` with the Git command line superiotool: Update README with Git repository URL and directory location missed, that after `git clone` one sitll has to change into the cloned directory. So prepend the path with `coreboot/` to fix that. The same error happened in the commit (e1ea5151) for libpayload [2] libpayload: Update README with Git repository URL and directory location and is fixed in this patch too. [1] http://review.coreboot.org/#/c/3019/ [2] http://review.coreboot.org/2228 Change-Id: Ib6e8b678af6276556a40ccfd52ae35ca7e674455 Reported-by: Nico Huber <nico.h@gmx.de> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/3021 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.huber@secunet.com>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/README b/payloads/libpayload/README
index acb3f97b63..70bd5efa26 100644
--- a/payloads/libpayload/README
+++ b/payloads/libpayload/README
@@ -16,7 +16,7 @@ Installation
$ git clone http://review.coreboot.org/p/coreboot.git
- $ cd payloads/libpayload
+ $ cd coreboot/payloads/libpayload
$ make menuconfig