diff options
author | root <root@rshg054.dnsready.net> | 2013-05-20 00:57:43 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-20 00:57:43 -0700 |
commit | 383955a81810f344e11b1472bd4c5069fa77020c (patch) | |
tree | 6017ed943ee9ae2ca0da830ede5f00f6d7817cf7 /extra/icu | |
parent | 9a30c3d0083b8330b1aa6c0f89245e68ae762ee5 (diff) |
Mon May 20 00:57:42 PDT 2013
Diffstat (limited to 'extra/icu')
-rw-r--r-- | extra/icu/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/icu/PKGBUILD b/extra/icu/PKGBUILD index d2b74f769..ec349be67 100644 --- a/extra/icu/PKGBUILD +++ b/extra/icu/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 180805 2013-03-26 11:49:34Z foutrelis $ +# $Id: PKGBUILD 185844 2013-05-19 15:04:46Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Art Gramlich <art@gramlich-net.com> pkgname=icu pkgver=51.1 -pkgrel=1 +pkgrel=2 pkgdesc="International Components for Unicode library" arch=(i686 x86_64) url="http://www.icu-project.org/" @@ -25,7 +25,8 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ - --mandir=/usr/share/man + --mandir=/usr/share/man \ + --sbindir=/usr/bin make } |