mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
Remove install references to library/
This commit is contained in:
parent
0354d19f73
commit
ae2d198342
3 changed files with 0 additions and 6 deletions
|
@ -95,7 +95,6 @@ cp examples/ansible.cfg %{buildroot}/etc/ansible/
|
|||
mkdir -p %{buildroot}/%{_mandir}/man1/
|
||||
cp -v docs/man/man1/*.1 %{buildroot}/%{_mandir}/man1/
|
||||
mkdir -p %{buildroot}/%{_datadir}/ansible
|
||||
cp -rv library/* %{buildroot}/%{_datadir}/ansible/
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
@ -110,8 +109,6 @@ rm -rf %{buildroot}
|
|||
%config(noreplace) %{_sysconfdir}/ansible
|
||||
%doc README.md PKG-INFO COPYING
|
||||
%doc %{_mandir}/man1/ansible*
|
||||
%doc examples/playbooks
|
||||
|
||||
|
||||
%changelog
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue