From 00d2a8054294eeffd13b0b5b1e1185bf96749bb5 Mon Sep 17 00:00:00 2001 From: Kenny Gillen Date: Tue, 8 Sep 2015 17:59:53 +0100 Subject: [PATCH] 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. --- docsite/rst/intro_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 8319bb2532e..c34e668e494 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -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: