forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ansible#7176 from leucos/devel
Arch PKGBUILD fixes : removes man3 section and adds contributor list
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" | ||
} |