docs/buildroot.html: fix minor typo
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 26 Nov 2009 10:08:06 +0000 (11:08 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 26 Nov 2009 10:08:06 +0000 (11:08 +0100)
STAGING_DIR is output/staging, not build/staging per default.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/buildroot.html

index a04348b6e14578ea66965acc9168d5209019d144..c4f191a35537ae850ff46f65a5e198e38378d913 100644 (file)
@@ -702,7 +702,7 @@ endif
      might be cumbersome.</p>
 
      <p>It is also possible to generate the Buildroot toolchain in
-     another directory than <code>build/staging</code> using the
+     another directory than <code>output/staging</code> using the
      <code>Build options -&gt; Toolchain and header file
      location</code> option. This could be useful if the toolchain
      must be shared with other users.</p>