summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-05-27 20:01:01 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-05-27 20:01:01 +0200
commit03d49bc59ec3f06e99c14760237a09012f9b4958 (patch)
treef4a18145c34e85be79609ad5ddbb93e5b721398b
parentf27e2b0b62830788a969cd47f5d9b3bc3f3f1c11 (diff)
downloadpackages-03d49bc59ec3f06e99c14760237a09012f9b4958.tar.xz
community/openscenegraph: don't move libraries from /usr/lib64 to /usr/lib on 32-bit
-rw-r--r--community/openscenegraph/PKGBUILD6
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@
+ '
+)"