From 4c16d89c0dcbfb9378c0a591b74440babb92a49c Mon Sep 17 00:00:00 2001
From: Mike Frysinger
Date: Sun, 28 Aug 2005 08:06:07 +0000
Subject: [PATCH] acutetech writes in Bug 267: Wrong path in documentation,
should mention staging_dir subdir
---
docs/buildroot.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 10513698cf..73ec7799d3 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -364,7 +364,7 @@
~/buildroot/
) :
-export PATH=$PATH:~/buildroot/build_mips/bin/
+export PATH=$PATH:~/buildroot/build_mips/staging_dir/bin/
Then you can simply do :
--
2.30.2