aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-08 13:01:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-21 12:59:07 +0100
commitca519a1ea59f0ea8b841ba46c4d3f6ec5b30092f (patch)
tree099fb1cc2d6f77f948dcc6ba5c494c63e752612a /documentation
parent6b3b444c355a34e632d66fdc7828d97d8b5b8aaa (diff)
downloadopenembedded-core-contrib-ca519a1ea59f0ea8b841ba46c4d3f6ec5b30092f.tar.gz
dev-manual: Applied edits to the package feed section.
Fixes [YOCTO #1882] (From yocto-docs rev: 12e6b9f21fc6067389ea7632b5991d45173ae2ff) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 376027f8b5..b7b623a255 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -7677,8 +7677,8 @@
You can start the server by running the following
commands from the recently created directory:
<literallayout class='monospaced'>
- $ cd {TMPDIR}/deploy/\\packageformat\\
- $ python -m SimpleHTTPServer
+ $ cd /var/www/my_repo
+ $ python –m SimpleHTTPServer
</literallayout>
</para></listitem>
</orderedlist>
@@ -7691,7 +7691,7 @@
<para>
Setting up the target differs depending on the
package management system.
- This section provides information for RPM and IPK.
+ This section provides information for RPM, IPK, and DEB.
</para>
<section id='runtime-package-management-target-rpm'>