From 853db300f513cd386fdabea2825ce62687f44fb8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 8 Jun 2016 13:01:31 -0700 Subject: dev-manual: Applied edits to the package feed section. Fixes [YOCTO #1882] (From yocto-docs rev: ffa3d03fe20f8ba38d1ac508aa208415baa9caf2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') 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: - $ cd {TMPDIR}/deploy/\\packageformat\\ - $ python -m SimpleHTTPServer + $ cd /var/www/my_repo + $ python –m SimpleHTTPServer @@ -7691,7 +7691,7 @@ 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.
-- cgit v1.2.3-54-g00ecf