aboutsummaryrefslogtreecommitdiffstats
path: root/testing/luarocks
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-20 17:53:16 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-20 17:59:04 +0200
commita10d20c3b5abd713c42dc55ebb0dd82dfabce4c4 (patch)
tree9b87bbff7da9c4d56351b80128b72adb5005ef53 /testing/luarocks
parent0f6e21ae97994e3ca04cdcf7c39b474c14f7d485 (diff)
downloadaports-a10d20c3b5abd713c42dc55ebb0dd82dfabce4c4.tar.bz2
aports-a10d20c3b5abd713c42dc55ebb0dd82dfabce4c4.tar.xz
testing/luarocks: change prefix for rocks tree to /usr/local
Diffstat (limited to 'testing/luarocks')
-rw-r--r--testing/luarocks/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/luarocks/APKBUILD b/testing/luarocks/APKBUILD
index f8f3eff31e..afc39ed937 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 \