[yocto] [PATCH] Ref-manual: fix typo for XDG_RUNTIME_DIR variable value

Chengwei Yang chengwei.yang at intel.com
Mon Feb 17 18:18:46 PST 2014


Signed-off-by: Chengwei Yang <chengwei.yang at intel.com>
---
 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




More information about the yocto mailing list