summaryrefslogtreecommitdiffstats
path: root/main/lua-llthreads
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-31 13:19:38 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-31 13:19:38 +0200
commitae10eeb740d8e4f5c4a9eddd348f9b30456ec604 (patch)
tree7543143d809d0e824e025e49046f0243cba431c9 /main/lua-llthreads
parent3cbc0d89666ef40767445ee1729ef15d6e55e952 (diff)
downloadaports-ae10eeb740d8e4f5c4a9eddd348f9b30456ec604.tar.bz2
aports-ae10eeb740d8e4f5c4a9eddd348f9b30456ec604.tar.xz
main/lua-llthreads: install in proper dir
Diffstat (limited to 'main/lua-llthreads')
-rw-r--r--main/lua-llthreads/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/lua-llthreads/APKBUILD b/main/lua-llthreads/APKBUILD
index b27581503..68b7c0758 100644
--- a/main/lua-llthreads/APKBUILD
+++ b/main/lua-llthreads/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lua-llthreads
pkgver=1.1
-pkgrel=0
+pkgrel=1
pkgdesc="Low-Level native threads module for Lua"
url="https://github.com/Neopallium/lua-llthreads"
arch="all"
@@ -29,6 +29,7 @@ build() {
cd "$_builddir"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DINSTALL_CMOD=/usr/lib/lua/5.1 \
. || return 1
make || return 1
}