Date: Friday, April 8, 2016 @ 21:41:10 Author: svenstaro Revision: 169781
upgpkg: openvdb 3.1.0-2 Fix paths Modified: openvdb/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-08 18:40:46 UTC (rev 169780) +++ PKGBUILD 2016-04-08 19:41:10 UTC (rev 169781) @@ -7,7 +7,7 @@ pkgname=openvdb pkgver=3.1.0 -pkgrel=1 +pkgrel=2 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=('i686' 'x86_64') @@ -50,6 +50,9 @@ GLFW_INCL_DIR='' \ BOOST_PYTHON_LIB_DIR=/usr/lib \ BOOST_PYTHON_LIB=-lboost_python + + mkdir ${pkgdir}/usr + mv ${pkgdir}/{bin,lib} ${pkgdir}/usr } # vim:set sw=2 sts=2 et:
