From b049cd7986a84ed62eb3cfa0199436fd750aaf60 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 1 Aug 2009 10:45:18 +0200 Subject: [PATCH] shadow: remove groups(1) manpage that comes with coreutils. Bump revision. --HG-- extra : convert_revision : 2e62eead090bf37123daaca0a0f767665450dfb5 --- templates/shadow/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/shadow/template b/templates/shadow/template index c8f19af341f..dce44c95b31 100644 --- a/templates/shadow/template +++ b/templates/shadow/template @@ -1,6 +1,7 @@ # Template file for 'shadow' pkgname=shadow version=4.1.4.2 +revision=1 distfiles="ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--libdir=/lib --enable-shared --disable-static @@ -53,4 +54,6 @@ post_install() for f in login.access limits; do [ -f ${DESTDIR}/etc/${f} ] && rm -f ${DESTDIR}/etc/${f} done + # Remove groups.1 manpages that comes with coreutils. + rm -f ${DESTDIR}/usr/share/man/man1/groups.1 }