aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/luarocks/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/luarocks/APKBUILD b/testing/luarocks/APKBUILD
index f8f3eff31..afc39ed93 100644
--- a/testing/luarocks/APKBUILD
+++ b/testing/luarocks/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=luarocks
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Deployment and management system for Lua modules"
url="http://www.luarocks.org/"
arch="noarch"
@@ -35,6 +35,7 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc/luarocks \
+ --rocks-tree=/usr/local \
--lua-version="$lver" \
--lua-suffix="$lver" \
--with-downloader=curl \