summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/adt-manual/adt-package.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml
index 77c5d96462..449684d972 100644
--- a/documentation/adt-manual/adt-package.xml
+++ b/documentation/adt-manual/adt-package.xml
@@ -71,9 +71,12 @@
71 The following command forms should now work: 71 The following command forms should now work:
72 <literallayout class='monospaced'> 72 <literallayout class='monospaced'>
73 $ opkg-cl –f &lt;conf_file&gt; -o &lt;sysroot-dir&gt; update 73 $ opkg-cl –f &lt;conf_file&gt; -o &lt;sysroot-dir&gt; update
74 $ opkg-cl –f &lt;cconf_file&gt;> -o &lt;sysroot-dir&gt; --force-overwrite install libglade 74 $ opkg-cl –f &lt;cconf_file&gt; -o &lt;sysroot-dir&gt; \
75 $ opkg-cl –f &lt;cconf_file&gt; -o &lt;sysroot-dir&gt; --force-overwrite install libglade-dbg 75 --force-overwrite install libglade
76 $ opkg-cl –f &lt;conf_file&gt; -o &lt;sysroot-dir&gt; --force-overwrite install libglade-dev 76 $ opkg-cl –f &lt;cconf_file&gt; -o &lt;sysroot-dir&gt; \
77 --force-overwrite install libglade-dbg
78 $ opkg-cl –f &lt;conf_file&gt; -o &lt;sysroot-dir&gt; \
79 --force-overwrite install libglade-dev
77 </literallayout> 80 </literallayout>
78 </para> 81 </para>
79</section> 82</section>