glibc: remove zic; will be provided by the tzutils pkg.

This commit is contained in:
Juan RP 2014-12-29 17:27:56 +01:00
parent eea9aa4bd0
commit e62d290574

View file

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