From 7160e5c172a39215dc42192647ddd2384aede4f9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 25 Jun 2013 09:40:14 +0200 Subject: [PATCH] man-db: update to 2.6.4. --- srcpkgs/man-db/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/man-db/template b/srcpkgs/man-db/template index a58f958b84..1784d7b6c2 100644 --- a/srcpkgs/man-db/template +++ b/srcpkgs/man-db/template @@ -1,7 +1,7 @@ # Template file for 'man-db' pkgname=man-db -version=2.6.3 -revision=2 +version=2.6.4 +revision=1 build_style=gnu-configure configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip --with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix @@ -14,7 +14,7 @@ maintainer="Juan RP " license="GPL-2, LGPL-2.1" homepage="http://www.nongnu.org/man-db/" distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=51db85cbbdcb99927865bad4c653a8b18991831e751cc501098a772924e26b47 +checksum=7cdfd457d2a17ec4860a8cf0ffef5f8694b74990b59ac8a4e4b4f22d3fa1c5c5 post_install() { # Install the cron daily job. @@ -25,7 +25,6 @@ man-db_package() { conf_files="/etc/man_db.conf" depends="bzip2 gzip less groff grep coreutils" pkg_install() { - vmove etc - vmove usr + vmove all } }