man-pages: update to 3.32.
This commit is contained in:
parent
695b2e1099
commit
446a46f722
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'man-pages'
|
||||
pkgname=man-pages
|
||||
version=3.31
|
||||
version=3.32
|
||||
distfiles="${KERNEL_SITE}/docs/manpages/Archive/$pkgname-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="Linux Documentation Project manual pages"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=53030e1a45b68e9532a47028f956d8647d2e1557d80a867dca9911467cedb01d
|
||||
checksum=96ab3867bd3f734735ae0b817b66c34b28252608060a9ea27d249efea69921e3
|
||||
long_desc="
|
||||
The Linux Documentation Project (LDP) manual pages."
|
||||
|
||||
|
@ -13,7 +13,7 @@ noarch=yes
|
|||
|
||||
do_install()
|
||||
{
|
||||
make all prefix=${DESTDIR}/usr || return 1
|
||||
make all prefix=${DESTDIR}/usr
|
||||
|
||||
# Remove dup manpages.
|
||||
cd ${DESTDIR}/usr/share/man
|
||||
|
|
Loading…
Reference in New Issue