glibc: remove tzselect... provided by tzutils too.
This commit is contained in:
parent
7a0e79594a
commit
d1a8c10bc2
1 changed files with 3 additions and 2 deletions
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue