mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
install man pages
This commit is contained in:
parent
7314af21d8
commit
b9a1f6e3ce
2 changed files with 6 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = debhelper
|
||||
pkgdesc = Programs to automate common tasks in debian/rules when building Debian packages
|
||||
pkgver = 13.28
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://salsa.debian.org/debian/debhelper
|
||||
arch = any
|
||||
license = GPL-2.0-or-later
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -6,7 +6,7 @@
|
|||
_pkgname="debhelper"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=13.28
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Programs to automate common tasks in debian/rules when building Debian packages"
|
||||
url="https://salsa.debian.org/debian/debhelper"
|
||||
license=('GPL-2.0-or-later')
|
||||
|
|
@ -53,4 +53,8 @@ package() {
|
|||
|
||||
make -C "$_pkgsrc" DESTDIR="$pkgdir" install
|
||||
install -Dm755 "$_pkgsrc_dh_strip_nd/bin/dh_strip_nondeterminism" -t "$pkgdir/usr/bin/"
|
||||
|
||||
for i in 1 7; do
|
||||
install "$_pkgsrc"/*.${i} -Dm644 -t "$pkgdir/usr/share/man/man${i}/"
|
||||
done
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue