mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/openscenegraph: fix
This commit is contained in:
parent
d022b4e6b7
commit
82e62b6f70
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue