Merge pull request #12283 from kennethgillen/patch-1
s/rpmbuild/rpm-build
This commit is contained in:
commit
1f4c65ab9a
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ You can also build an RPM yourself. From the root of a checkout or tarball, use
|
||||||
$ git clone git://github.com/ansible/ansible.git --recursive
|
$ 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 ./rpm-build/ansible-*.noarch.rpm
|
||||||
|
|
||||||
.. _from_apt:
|
.. _from_apt:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue