mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
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'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.20
|
version=2.20
|
||||||
revision=6
|
revision=7
|
||||||
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,7 +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 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}
|
rm -f ${DESTDIR}/usr/sbin/z{dump,ic}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue