1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #7176 from leucos/devel

Arch PKGBUILD fixes : removes man3 section and adds contributor list
This commit is contained in:
James Cammarata 2014-06-23 16:13:29 -05:00
commit bbaf803227

View file

@ -1,4 +1,12 @@
# Maintainer: Michel Blanc <mblanc@erasme.org>
# Contributor: Buce <dmbuce@gmail.com>
# Contributor: Bartłomiej Piotrowski <b@bpiotrowski.pl>
# Contributor: cgtx <carl@carlgeorge.us>
# Contributor: Daniel Wallace <danielwallace@gtmanfred.com>
# Contributor: John Gosset <john.gosset@gmail.com>
# Contributor: Joshua Lund <josh@joshlund.com>
# Contributor: Matt Klich <matt.klich@readytalk.com>
# Contributor: Michael DeHaan <michael@ansible.com>
pkgname=ansible-git
pkgver=1.1.4095.g3f2f5fe
@ -43,7 +51,6 @@ package() {
install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
install -Dm644 CHANGELOG.md $pkgdir/usr/share/doc/ansible/CHANGELOG.md
install -dm755 ${pkgdir}/usr/share/man/man{1,3}
install -dm755 ${pkgdir}/usr/share/man/man1
cp -dpr --no-preserve=ownership docs/man/man1/*.1 "$pkgdir/usr/share/man/man1"
cp -dpr --no-preserve=ownership docs/man/man3/*.3 "$pkgdir/usr/share/man/man3"
}