Date: Friday, August 10, 2018 @ 17:53:38 Author: bpiotrowski Revision: 331356
2.28-3: remove tzselect, zdump, zic in favor of core/tzdata Modified: glibc/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-10 17:02:31 UTC (rev 331355) +++ PKGBUILD 2018-08-10 17:53:38 UTC (rev 331356) @@ -8,7 +8,7 @@ pkgbase=glibc pkgname=(glibc lib32-glibc) pkgver=2.28 -pkgrel=2 +pkgrel=3 arch=(x86_64) url='http://www.gnu.org/software/libc' license=(GPL LGPL) @@ -149,6 +149,9 @@ make -C glibc-build install_root="$pkgdir" install rm -f "$pkgdir"/etc/ld.so.{cache,conf} + # Shipped in tzdata + rm -f "$pkgdir"/usr/bin/{tzselect,zdump,zic} + cd glibc install -dm755 "$pkgdir"/usr/lib/{locale,systemd/system,tmpfiles.d}
