community/openscenegraph: fix

This commit is contained in:
Kevin Mihelich 2018-05-12 19:06:26 +00:00
parent d022b4e6b7
commit 82e62b6f70

View file

@ -6,6 +6,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - upstream patch for signed char
# - comment moving non-existent lib64 directory in package
pkgname=openscenegraph
pkgver=3.4.1
@ -45,7 +46,7 @@ package() {
cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
make DESTDIR="${pkgdir}" install
install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
mv "${pkgdir}/usr/lib64" "${pkgdir}/usr/lib"
#mv "${pkgdir}/usr/lib64" "${pkgdir}/usr/lib"
}
# vim: ts=2 sw=2 et: