mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +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
|
pkgname=glibc
|
||||||
pkgver=2.11
|
pkgver=2.11
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc="GNU C Library"
|
pkgdesc="GNU C Library"
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.gnu.org/software/libc"
|
url="http://www.gnu.org/software/libc"
|
||||||
|
@ -68,7 +68,7 @@ build() {
|
||||||
rm ${pkgdir}/usr/include/scsi/scsi.h
|
rm ${pkgdir}/usr/include/scsi/scsi.h
|
||||||
|
|
||||||
# provided by tzdata
|
# 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
|
rm ${pkgdir}/etc/ld.so.cache ${pkgdir}/etc/ld.so.conf ${pkgdir}/etc/localtime
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue