From: Peter Korsgaard
Date: Thu, 26 Nov 2009 10:08:06 +0000 (+0100)
Subject: docs/buildroot.html: fix minor typo
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f399c3fb1740a98709a9f98c4d57fc4435efa42;p=buildroot.git
docs/buildroot.html: fix minor typo
STAGING_DIR is output/staging, not build/staging per default.
Signed-off-by: Peter Korsgaard
---
diff --git a/docs/buildroot.html b/docs/buildroot.html
index a04348b6e1..c4f191a355 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -702,7 +702,7 @@ endif
might be cumbersome.
It is also possible to generate the Buildroot toolchain in
- another directory than build/staging
using the
+ another directory than output/staging
using the
Build options -> Toolchain and header file
location
option. This could be useful if the toolchain
must be shared with other users.