glibc: also remove zdump(8) provided by tzutils.
This commit is contained in:
parent
328d36ea30
commit
41f791af01
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glibc'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.20
|
version=2.20
|
||||||
revision=5
|
revision=6
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="The GNU C library"
|
short_desc="The GNU C library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -124,8 +124,8 @@ do_install() {
|
||||||
|
|
||||||
vinstall ${wrksrc}/posix/gai.conf 644 etc
|
vinstall ${wrksrc}/posix/gai.conf 644 etc
|
||||||
rm -rf ${DESTDIR}/var/db
|
rm -rf ${DESTDIR}/var/db
|
||||||
# Remove zic, provided by tzutils.
|
# Remove z{dump,ic}, provided by tzutils.
|
||||||
rm -f ${DESTDIR}/usr/sbin/zic
|
rm -f ${DESTDIR}/usr/sbin/z{dump,ic}
|
||||||
}
|
}
|
||||||
|
|
||||||
glibc-devel_package() {
|
glibc-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue