diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-11 18:26:09 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-11 18:26:09 +0000 |
commit | 408bc02e0d8260b7be7671fbd1c35b0120155ef8 (patch) | |
tree | 552ec3336b2c5bccd7a7fff2eeea936a9df3fc86 /main/eglibc/APKBUILD | |
parent | bda457781033706330c25d26c7ef76cfccf52d7a (diff) | |
download | aports-408bc02e0d8260b7be7671fbd1c35b0120155ef8.tar.bz2 aports-408bc02e0d8260b7be7671fbd1c35b0120155ef8.tar.xz |
main/eglibc: really remove tzselect
Diffstat (limited to 'main/eglibc/APKBUILD')
-rw-r--r-- | main/eglibc/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/eglibc/APKBUILD b/main/eglibc/APKBUILD index e1ac959ac4..4d7711f3ed 100644 --- a/main/eglibc/APKBUILD +++ b/main/eglibc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=eglibc pkgver=2.17_svn20121226 -pkgrel=2 +pkgrel=3 pkgdesc="Embedded GLIBC is a variant of the GNU C Library that is designed to work well on embedded systems" url="http://www.eglibc.org" arch="all" @@ -120,7 +120,6 @@ scripts() { depends="bash" local i mkdir -p "$subpkgdir"/usr/bin - # tzselect removed in favor the on in tzdata. for i in sotruss xtrace; do mv "$pkgdir"/usr/bin/$i \ "$subpkgdir"/usr/bin/ || return 1 @@ -150,6 +149,8 @@ utils() { "$subpkgdir"/usr/sbin/ || return 1 mv "$pkgdir"/usr/lib/pt_chown \ "$subpkgdir"/usr/lib/ || return 1 + # remove tzselect in favor of tzdata implementation + rm -f "$subpkgdir"/usr/bin/tzselect } pic() { |