[arch-commits] Commit in compface/trunk (PKGBUILD)
    Andreas Radke 
    andyrtr at nymeria.archlinux.org
       
    Mon Jan 13 10:41:09 UTC 2014
    
    
  
    Date: Monday, January 13, 2014 @ 11:41:09
  Author: andyrtr
Revision: 203535
upgpkg: compface 1.5.2-5
fix man pages location, FS#38484
Modified:
  compface/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-13 09:49:43 UTC (rev 203534)
+++ PKGBUILD	2014-01-13 10:41:09 UTC (rev 203535)
@@ -5,7 +5,7 @@
 
 pkgname=compface
 pkgver=1.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Utils & libs to convert from/to X-Face format."
 arch=('i686' 'x86_64')
 url="http://ftp.xemacs.org/pub/xemacs/aux/"
@@ -26,7 +26,7 @@
 build() {
   cd $pkgname-$pkgver
   CFLAGS="$CFLAGS -fPIC"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --mandir=/usr/share
   make
 }
 
    
    
More information about the arch-commits
mailing list