1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #12283 from kennethgillen/patch-1

s/rpmbuild/rpm-build
This commit is contained in:
Brian Coca 2015-09-08 14:27:11 -04:00
commit 1f4c65ab9a

View file

@ -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
$ cd ./ansible
$ make rpm
$ sudo rpm -Uvh ./rpmbuild/ansible-*.noarch.rpm
$ sudo rpm -Uvh ./rpm-build/ansible-*.noarch.rpm
.. _from_apt: