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.
This commit is contained in:
Kenny Gillen 2015-09-08 17:59:53 +01:00
parent 1d7b493db3
commit 00d2a80542

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: