diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-28 08:06:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-28 08:06:07 +0000 |
commit | 4c16d89c0dcbfb9378c0a591b74440babb92a49c (patch) | |
tree | ae30ce164c1547a17654507af19502b6e71255fd | |
parent | 5da2a158e1d7f60bb1072846c8c052d03afc5895 (diff) | |
download | buildroot-novena-4c16d89c0dcbfb9378c0a591b74440babb92a49c.tar.gz buildroot-novena-4c16d89c0dcbfb9378c0a591b74440babb92a49c.zip |
acutetech writes in Bug 267: Wrong path in documentation, should mention staging_dir subdir
-rw-r--r-- | docs/buildroot.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 10513698c..73ec7799d 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -364,7 +364,7 @@ <code>~/buildroot/</code>) :</p> <pre> -export PATH=$PATH:~/buildroot/build_mips/bin/ +export PATH=$PATH:~/buildroot/build_mips/staging_dir/bin/ </pre> <p>Then you can simply do :</p> |