summaryrefslogtreecommitdiffstats
path: root/testing/lua5.2-augeas
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-09-11 08:28:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-09-11 08:29:35 +0000
commitd282259af9d2a84395b2804cfe8635af5e75f18b (patch)
treee541ed697a4d954ef0efb74fe0754ffda907c2e6 /testing/lua5.2-augeas
parent7929d7ecb1b2eb1643a964acc1688b217ba78685 (diff)
downloadaports-d282259af9d2a84395b2804cfe8635af5e75f18b.tar.bz2
aports-d282259af9d2a84395b2804cfe8635af5e75f18b.tar.xz
testing/lua5.2-augeas: force use of lua 5.2
If lua-dev was installed it would take preference. Force use of lua 5.2
Diffstat (limited to 'testing/lua5.2-augeas')
-rw-r--r--testing/lua5.2-augeas/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lua5.2-augeas/APKBUILD b/testing/lua5.2-augeas/APKBUILD
index d63b746fe..2f19e0aa5 100644
--- a/testing/lua5.2-augeas/APKBUILD
+++ b/testing/lua5.2-augeas/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lua5.2-augeas
pkgver=0.1.2
-pkgrel=0
+pkgrel=1
pkgdesc="Lua bindings for Augeas"
url="http://git.alpinelinux.org/cgit/lua-augeas/"
arch="all"
@@ -26,7 +26,7 @@ prepare() {
build() {
cd "$_builddir"
- make || return 1
+ make LUAPC=lua5.2 || return 1
}
package() {