s/rpmbuild/rpm-build

When I followed these instructions, the generated path was 'rpm-build', not 'rpmbuild'. My rpm-build version is rpm-build-4.11.1-25.el7.x86_64 if that's relevant. Maybe this is 'just me', but wanted to feed back in case it's the same for everyone.
pull/12283/head
Kenny Gillen 9 years ago
parent 1d7b493db3
commit 00d2a80542

@ -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:

Loading…
Cancel
Save