Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
bbaf8032
Commit
bbaf8032
authored
Jun 23, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7176 from leucos/devel
Arch PKGBUILD fixes : removes man3 section and adds contributor list
parents
0f91add8
8b9daf5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
packaging/arch/PKGBUILD
+9
-2
No files found.
packaging/arch/PKGBUILD
View file @
bbaf8032
# 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/man
1
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"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment