From 9254c2bc6500471b22eead69781ddef84f87e2bf Mon Sep 17 00:00:00 2001 From: root Date: Tue, 23 Aug 2011 23:14:30 +0000 Subject: Tue Aug 23 23:14:30 UTC 2011 --- community/grass/PKGBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'community/grass/PKGBUILD') diff --git a/community/grass/PKGBUILD b/community/grass/PKGBUILD index dcfce221a..8dca3a4dc 100644 --- a/community/grass/PKGBUILD +++ b/community/grass/PKGBUILD @@ -3,7 +3,7 @@ pkgname=grass pkgver=6.4.1 -pkgrel=3 +pkgrel=4 pkgdesc='Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization.' arch=('i686' 'x86_64') url='http://grass.itc.it/index.php' @@ -103,4 +103,10 @@ package() { install -D -m644 ${srcdir}/grass.conf \ ${pkgdir}/etc/ld.so.conf.d/grass.conf + + # install g.html2man which is needed for some extensions + # FS#25705 - [grass] g.html2man is not installed into package directory + # https://bugs.archlinux.org/task/25705 + # most likely upstream problem which will be fixed in a version later than 6.4.1 + cp -r ./tools/g.html2man ${pkgdir}/opt/grass-${pkgver}/tools } -- cgit v1.2.3-54-g00ecf