[arch-commits] Commit in xorg-font-utils/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Dec 25 17:44:29 UTC 2008


    Date: Thursday, December 25, 2008 @ 12:44:29
  Author: jgc
Revision: 22296

upgpkg: xorg-font-utils 7.4-1
    Fix manpath

Modified:
  xorg-font-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-25 17:42:34 UTC (rev 22295)
+++ PKGBUILD	2008-12-25 17:44:29 UTC (rev 22296)
@@ -43,7 +43,8 @@
 	  install -m755 -d "${pkgdir}/usr/bin"
 	  install -m755 ttmkfdir "${pkgdir}/usr/bin/" || return 1
 	else
-	  ./configure --prefix=/usr --with-mapdir=/usr/share/fonts/util || return 1
+	  ./configure --prefix=/usr --mandir=/usr/share/man \
+	              --with-mapdir=/usr/share/fonts/util || return 1
           make || return 1
           make DESTDIR="${pkgdir}" install || return 1
 	fi




More information about the arch-commits mailing list