Chengwei, Thanks for reporting this. I have applied the patch to both the master (1.6) and dora branches of the yocto-docs Git repository. You can see the change at http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#running-weston and at http://www.yoctoproject.org/docs/1.5.1/ref-manual/ref-manual.html#running-weston.
Scott >-----Original Message----- >From: [email protected] [mailto:yocto- >[email protected]] On Behalf Of Chengwei Yang >Sent: Monday, February 17, 2014 6:19 PM >To: [email protected] >Subject: [yocto] [PATCH] Ref-manual: fix typo for XDG_RUNTIME_DIR variable >value > >Signed-off-by: Chengwei Yang <[email protected]> >--- > documentation/ref-manual/technical-details.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/documentation/ref-manual/technical-details.xml >b/documentation/ref-manual/technical-details.xml >index 51b9148..106bb2c 100644 >--- a/documentation/ref-manual/technical-details.xml >+++ b/documentation/ref-manual/technical-details.xml >@@ -1005,7 +1005,7 @@ > <literallayout class='monospaced'> > mkdir -p /tmp/$USER-weston > chmod 0700 /tmp/$USER-weston >- export XDG_RUNTIME_DIR=/tmp/$USER=weston >+ export XDG_RUNTIME_DIR=/tmp/$USER-weston > </literallayout></para></listitem> > <listitem><para>Launch Weston in the shell: > <literallayout class='monospaced'> >-- >1.7.9.5 > >_______________________________________________ >yocto mailing list >[email protected] >https://lists.yoctoproject.org/listinfo/yocto _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
