glibc: remove tzselect... provided by tzutils too.

This commit is contained in:
Juan RP 2014-12-29 17:59:34 +01:00
parent 7a0e79594a
commit d1a8c10bc2

View file

@ -1,7 +1,7 @@
# Template file for 'glibc'
pkgname=glibc
version=2.20
revision=6
revision=7
bootstrap=yes
short_desc="The GNU C library"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -124,7 +124,8 @@ do_install() {
vinstall ${wrksrc}/posix/gai.conf 644 etc
rm -rf ${DESTDIR}/var/db
# Remove z{dump,ic}, provided by tzutils.
# Remove tzselect and z{dump,ic}, provided by tzutils.
rm -f ${DESTDIR}/usr/bin/tzselect
rm -f ${DESTDIR}/usr/sbin/z{dump,ic}
}