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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Feb 16 00:15:24 UTC 2020


    Date: Sunday, February 16, 2020 @ 00:15:23
  Author: svenstaro
Revision: 572057

upgpkg: openvdb 7.0.0-3: Fix docs location FS#65507

Modified:
  openvdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-16 00:06:47 UTC (rev 572056)
+++ PKGBUILD	2020-02-16 00:15:23 UTC (rev 572057)
@@ -1,8 +1,7 @@
 # Maintainer : Sven-Hendrik Haase <svenstaro at gmail.com>
-
 pkgname=openvdb
 pkgver=7.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids'
 url='https://github.com/dreamworksanimation/openvdb'
 arch=('x86_64')
@@ -42,6 +41,8 @@
   cd "${srcdir}/${pkgname}-${pkgver}/build"
 
   DESTDIR="${pkgdir}" ninja install
+  mkdir -p "${pkgdir}"/usr/share/doc/
+  mv "${pkgdir}"/usr/doc "${pkgdir}"/usr/share/doc/$pkgname
 }
 
 # vim:set sw=2 sts=2 et:



More information about the arch-commits mailing list