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 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'shadow'
|
# Template file for 'shadow'
|
||||||
pkgname=shadow
|
pkgname=shadow
|
||||||
version=4.1.4.2
|
version=4.1.4.2
|
||||||
|
revision=1
|
||||||
distfiles="ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/$pkgname-$version.tar.bz2"
|
distfiles="ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--libdir=/lib --enable-shared --disable-static
|
configure_args="--libdir=/lib --enable-shared --disable-static
|
||||||
|
@ -53,4 +54,6 @@ post_install()
|
||||||
for f in login.access limits; do
|
for f in login.access limits; do
|
||||||
[ -f ${DESTDIR}/etc/${f} ] && rm -f ${DESTDIR}/etc/${f}
|
[ -f ${DESTDIR}/etc/${f} ] && rm -f ${DESTDIR}/etc/${f}
|
||||||
done
|
done
|
||||||
|
# Remove groups.1 manpages that comes with coreutils.
|
||||||
|
rm -f ${DESTDIR}/usr/share/man/man1/groups.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue