[arch-commits] Commit in icu/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Sep 22 16:42:46 UTC 2008


    Date: Monday, September 22, 2008 @ 12:42:46
  Author: andyrtr
Revision: 12848

upgpkg: icu 4.0-2
    fixed manpage location

Modified:
  icu/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-21 20:33:00 UTC (rev 12847)
+++ PKGBUILD	2008-09-22 16:42:46 UTC (rev 12848)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: tobias <tobias at archlinux.net>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: Art Gramlich <art at gramlich-net.com>
 
 pkgname=icu
 pkgver=4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="International Components for Unicode library"
 arch=(i686 x86_64)
 url="http://www.icu-project.org/"
@@ -16,7 +16,7 @@
 
 build() {
   cd ${srcdir}/icu/source
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
   make || return 1
   make -j1 DESTDIR=${pkgdir} install || return 1 
 




More information about the arch-commits mailing list