diff options
-rw-r--r-- | documentation/adt-manual/adt-package.xml | 9 |
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 <conf_file> -o <sysroot-dir> update | 73 | $ opkg-cl –f <conf_file> -o <sysroot-dir> update |
74 | $ opkg-cl –f <cconf_file>> -o <sysroot-dir> --force-overwrite install libglade | 74 | $ opkg-cl –f <cconf_file> -o <sysroot-dir> \ |
75 | $ opkg-cl –f <cconf_file> -o <sysroot-dir> --force-overwrite install libglade-dbg | 75 | --force-overwrite install libglade |
76 | $ opkg-cl –f <conf_file> -o <sysroot-dir> --force-overwrite install libglade-dev | 76 | $ opkg-cl –f <cconf_file> -o <sysroot-dir> \ |
77 | --force-overwrite install libglade-dbg | ||
78 | $ opkg-cl –f <conf_file> -o <sysroot-dir> \ | ||
79 | --force-overwrite install libglade-dev | ||
77 | </literallayout> | 80 | </literallayout> |
78 | </para> | 81 | </para> |
79 | </section> | 82 | </section> |