Commit 1f4c65ab by Brian Coca

Merge pull request #12283 from kennethgillen/patch-1

s/rpmbuild/rpm-build
parents 1d7b493d 00d2a805
...@@ -192,7 +192,7 @@ You can also build an RPM yourself. From the root of a checkout or tarball, use ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment