From 383955a81810f344e11b1472bd4c5069fa77020c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 May 2013 00:57:43 -0700 Subject: Mon May 20 00:57:42 PDT 2013 --- extra/icu/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'extra/icu/PKGBUILD') 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 # Contributor: Art Gramlich 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 } -- cgit v1.2.3-54-g00ecf