mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix RPM path
This commit is contained in:
@@ -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:
|
|||||||
$ 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
|
||||||
++++++++++++++++++++++++++++
|
++++++++++++++++++++++++++++
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user