summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoic Blot2017-06-22 07:45:44 +0200
committerLoic Blot2017-06-22 07:45:44 +0200
commita477ae9a434be3402d90b7614eb6d15fd82947af (patch)
tree53e4ab1befb0fc8635628a30fe95012cbdbe694e
parent9694cc4153fc9a3ea49d7d87600c8a799b571c7b (diff)
downloadaur-a477ae9a434be3402d90b7614eb6d15fd82947af.tar.gz
Fix 64b path
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6010312528ce..792c4cadc9ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Loic Blot <loic.blot@unix-experience.fr>
pkgname=libluasandbox
pkgver=1.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Generic Lua sandbox for dynamic data analysis"
source=("https://github.com/mozilla-services/lua_sandbox/archive/v$pkgver.tar.gz")
sha256sums=('9a63b37f1b9b6d40afa45f92e3777f3baf770d195cb41fad04a0e020d398ebed')
@@ -21,4 +21,5 @@ build() {
package() {
cd lua_sandbox-${pkgver}/${_buildroot}
make install
+ mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
}