summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-09-29 08:46:35 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2014-09-29 08:46:35 -0400
commitae2d198342c9bbb691647b897b69b9d9f26522db (patch)
tree6115ed6e25c571d708dccdf0abd60eb11ac1cfbd /packaging
parent0354d19f73ace24bf39e77be402dceb601cdb64d (diff)
downloadansible-ae2d198342c9bbb691647b897b69b9d9f26522db.tar.gz
Remove install references to library/
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/ansible.install1
-rw-r--r--packaging/rpm/ansible.spec3
2 files changed, 0 insertions, 4 deletions
diff --git a/packaging/debian/ansible.install b/packaging/debian/ansible.install
index 30aef22b87..2caf1452fe 100644
--- a/packaging/debian/ansible.install
+++ b/packaging/debian/ansible.install
@@ -1,5 +1,4 @@
examples/hosts etc/ansible
-library/* usr/share/ansible
docs/man/man1/*.1 usr/share/man/man1
bin/* usr/bin
examples/ansible.cfg etc/ansible
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 4483e7da5d..79e1dd03c7 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -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