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

Andreas Radke andyrtr at nymeria.archlinux.org
Tue Jan 14 16:58:40 UTC 2014


    Date: Tuesday, January 14, 2014 @ 17:58:40
  Author: andyrtr
Revision: 204046

upgpkg: compface 1.5.2-6

fix man pages location, FS#38499

Modified:
  compface/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-14 15:48:56 UTC (rev 204045)
+++ PKGBUILD	2014-01-14 16:58:40 UTC (rev 204046)
@@ -5,7 +5,7 @@
 
 pkgname=compface
 pkgver=1.5.2
-pkgrel=5
+pkgrel=6
 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 --mandir=/usr/share
+  ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 




More information about the arch-commits mailing list