Commit 1676ff4e by Michael DeHaan

Fix RPM path

parent 44e3eef1
...@@ -280,7 +280,7 @@ distribute and install:</p> ...@@ -280,7 +280,7 @@ distribute and install:</p>
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>git clone git://github.com/ansible/ansible.git <div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>git clone git://github.com/ansible/ansible.git
<span class="nv">$ </span><span class="nb">cd</span> ./ansible <span class="nv">$ </span><span class="nb">cd</span> ./ansible
<span class="nv">$ </span>make rpm <span class="nv">$ </span>make rpm
<span class="nv">$ </span>sudo rpm -Uvh ~/rpmbuild/RPMS/noarch/ansible-*.noarch.rpm <span class="nv">$ </span>sudo rpm -Uvh ~/rpmbuild/ansible-*.noarch.rpm
</pre></div> </pre></div>
</div> </div>
</div> </div>
......
...@@ -119,7 +119,7 @@ distribute and install: ...@@ -119,7 +119,7 @@ distribute and install:
$ git clone git://github.com/ansible/ansible.git $ git clone git://github.com/ansible/ansible.git
$ cd ./ansible $ cd ./ansible
$ make rpm $ make rpm
$ sudo rpm -Uvh ~/rpmbuild/RPMS/noarch/ansible-*.noarch.rpm $ sudo rpm -Uvh ~/rpmbuild/ansible-*.noarch.rpm
Debian, Gentoo, Arch, Others Debian, Gentoo, Arch, Others
++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++
......
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