Skip to content

Commit

Permalink
Merge pull request ansible#7176 from leucos/devel
Browse files Browse the repository at this point in the history
Arch PKGBUILD fixes : removes man3 section and adds contributor list
  • Loading branch information
jimi-c committed Jun 23, 2014
2 parents 0f91add + 8b9daf5 commit bbaf803
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Maintainer: Michel Blanc <[email protected]>
# Contributor: Buce <[email protected]>
# Contributor: Bartłomiej Piotrowski <[email protected]>
# Contributor: cgtx <[email protected]>
# Contributor: Daniel Wallace <[email protected]>
# Contributor: John Gosset <[email protected]>
# Contributor: Joshua Lund <[email protected]>
# Contributor: Matt Klich <[email protected]>
# Contributor: Michael DeHaan <[email protected]>

pkgname=ansible-git
pkgver=1.1.4095.g3f2f5fe
Expand Down Expand Up @@ -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"
}

0 comments on commit bbaf803

Please sign in to comment.