diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-12-13 15:34:48 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-12-13 15:34:48 +0100 |
commit | 3c6c45b29d8c026d557844c0c057ffe9072dd142 (patch) | |
tree | 4878966e4380fd82ad0b3873cbc83d244ac7210d /community/openscenegraph34/PKGBUILD | |
parent | bad6c13fd3114e0a9963e67c13372ed3af327141 (diff) | |
download | packages-3c6c45b29d8c026d557844c0c057ffe9072dd142.tar.xz |
community/openscenegraph34: apply same patch as in openscenegraph in package() (move lib->lib64)
Diffstat (limited to 'community/openscenegraph34/PKGBUILD')
-rw-r--r-- | community/openscenegraph34/PKGBUILD | 6 |
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@ + ' +)" |