diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-27 20:01:01 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-27 20:01:01 +0200 |
commit | 03d49bc59ec3f06e99c14760237a09012f9b4958 (patch) | |
tree | f4a18145c34e85be79609ad5ddbb93e5b721398b /community/openscenegraph | |
parent | f27e2b0b62830788a969cd47f5d9b3bc3f3f1c11 (diff) | |
download | packages-03d49bc59ec3f06e99c14760237a09012f9b4958.tar.xz |
community/openscenegraph: don't move libraries from /usr/lib64 to /usr/lib on 32-bit
Diffstat (limited to 'community/openscenegraph')
-rw-r--r-- | community/openscenegraph/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/openscenegraph/PKGBUILD b/community/openscenegraph/PKGBUILD new file mode 100644 index 00000000..78dcdca7 --- /dev/null +++ b/community/openscenegraph/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f package | \ + sed ' + s@mv "${pkgdir}/usr/lib64" "${pkgdir}/usr/lib"@#\0@ + ' +)" |