mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added "--recursive" to git clone command in installation via yum section. Changed rpm build parent directory to current dir.
This commit is contained in:
parent
3ae1fba12b
commit
1fc2095157
1 changed files with 2 additions and 2 deletions
|
@ -173,10 +173,10 @@ You can also build an RPM yourself. From the root of a checkout or tarball, use
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ git clone git://github.com/ansible/ansible.git
|
$ git clone git://github.com/ansible/ansible.git --recursive
|
||||||
$ cd ./ansible
|
$ cd ./ansible
|
||||||
$ make rpm
|
$ make rpm
|
||||||
$ sudo rpm -Uvh ~/rpmbuild/ansible-*.noarch.rpm
|
$ sudo rpm -Uvh ./rpmbuild/ansible-*.noarch.rpm
|
||||||
|
|
||||||
.. _from_apt:
|
.. _from_apt:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue