mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
glibc fix 6
This commit is contained in:
parent
52491650e2
commit
e7d9b45884
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=glibc
|
||||
pkgver=2.11
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="GNU C Library"
|
||||
arch=('arm')
|
||||
url="http://www.gnu.org/software/libc"
|
||||
|
@ -68,7 +68,7 @@ build() {
|
|||
rm ${pkgdir}/usr/include/scsi/scsi.h
|
||||
|
||||
# provided by tzdata
|
||||
rm ${pkgdir}/usr/share/zoneinfo/*
|
||||
rm ${pkgdir}/usr/share/zoneinfo
|
||||
|
||||
rm ${pkgdir}/etc/ld.so.cache ${pkgdir}/etc/ld.so.conf ${pkgdir}/etc/localtime
|
||||
|
||||
|
|
Loading…
Reference in a new issue