shadow: remove groups(1) manpage that comes with coreutils.
Bump revision. --HG-- extra : convert_revision : 2e62eead090bf37123daaca0a0f767665450dfb5
This commit is contained in:
parent
c032566982
commit
b049cd7986
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue