docs: fix packages path in tutorial
Type: fix Change-Id: I84bbb28490d9c66c5bf55839ab75b3aec1bf5854 Signed-off-by: Benoît Ganne <bganne@cisco.com>
This commit is contained in:

committed by
Dave Wallace

parent
ccd3070958
commit
8aa47b7a76
@ -255,7 +255,7 @@ Once the packages are built they can be found in the build-root directory.
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ ls *.deb
|
$ ls build-root/*.deb
|
||||||
|
|
||||||
If the packages are built correctly, then this should be the corresponding output:
|
If the packages are built correctly, then this should be the corresponding output:
|
||||||
|
|
||||||
@ -271,12 +271,10 @@ For Ubuntu:
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ sudo bash
|
$ sudo dpkg -i build-root/*.deb
|
||||||
# dpkg -i *.deb
|
|
||||||
|
|
||||||
For Centos or Redhat:
|
For Centos or Redhat:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ sudo bash
|
$ sudo rpm -ivh build-root/*.rpm
|
||||||
# rpm -ivh *.rpm
|
|
||||||
|
Reference in New Issue
Block a user