summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-12-13 15:34:48 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-12-13 15:34:48 +0100
commit3c6c45b29d8c026d557844c0c057ffe9072dd142 (patch)
tree4878966e4380fd82ad0b3873cbc83d244ac7210d /community
parentbad6c13fd3114e0a9963e67c13372ed3af327141 (diff)
downloadpackages-3c6c45b29d8c026d557844c0c057ffe9072dd142.tar.xz
community/openscenegraph34: apply same patch as in openscenegraph in package() (move lib->lib64)
Diffstat (limited to 'community')
-rw-r--r--community/openscenegraph34/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/openscenegraph34/PKGBUILD b/community/openscenegraph34/PKGBUILD
new file mode 100644
index 00000000..78dcdca7
--- /dev/null
+++ b/community/openscenegraph34/PKGBUILD
@@ -0,0 +1,6 @@
+eval "$(
+ declare -f package | \
+ sed '
+ s@mv "${pkgdir}/usr/lib64" "${pkgdir}/usr/lib"@#\0@
+ '
+)"