summaryrefslogtreecommitdiff
path: root/community/grass
diff options
context:
space:
mode:
Diffstat (limited to 'community/grass')
-rw-r--r--community/grass/PKGBUILD8
1 files changed, 7 insertions, 1 deletions
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
}