diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-20 17:53:16 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-20 17:59:04 +0200 |
commit | a10d20c3b5abd713c42dc55ebb0dd82dfabce4c4 (patch) | |
tree | 9b87bbff7da9c4d56351b80128b72adb5005ef53 /testing | |
parent | 0f6e21ae97994e3ca04cdcf7c39b474c14f7d485 (diff) | |
download | aports-a10d20c3b5abd713c42dc55ebb0dd82dfabce4c4.tar.bz2 aports-a10d20c3b5abd713c42dc55ebb0dd82dfabce4c4.tar.xz |
testing/luarocks: change prefix for rocks tree to /usr/local
Diffstat (limited to 'testing')
-rw-r--r-- | testing/luarocks/APKBUILD | 3 |
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 \ |