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 }