diff options
| author | Guilherme Felipe da Silva <gfsilva.eng@gmail.com> | 2020-03-04 14:00:59 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-09 16:04:48 -0300 |
| commit | d46217483e379a9ea0327a76b3d55847fb545eef (patch) | |
| tree | c7a0eccd2d16472983b5cb205289f3aa591e71f1 /testing/lua-etlua | |
| parent | feb1e64c95784c0aa901fcf506564323291c4ba7 (diff) | |
| download | aports-d46217483e379a9ea0327a76b3d55847fb545eef.tar.bz2 aports-d46217483e379a9ea0327a76b3d55847fb545eef.tar.xz | |
testing/lua-etlua: prevent manifest overwrite
The luarocks manifest file is managed by luarocks itself, remove it from
build to prevent overwrite
Diffstat (limited to 'testing/lua-etlua')
| -rw-r--r-- | testing/lua-etlua/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/lua-etlua/APKBUILD b/testing/lua-etlua/APKBUILD index 2bc89c5984..25a34b5f78 100644 --- a/testing/lua-etlua/APKBUILD +++ b/testing/lua-etlua/APKBUILD @@ -2,7 +2,7 @@ pkgname=lua-etlua _rockname="${pkgname#lua-}" pkgver=1.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Embedded Lua templates" url="https://github.com/leafo/etlua" license="MIT" @@ -34,6 +34,8 @@ build() { LUA_LIBDIR="$(pkg-config --variable=libdir lua$lver)" \ make --tree="./build" \ "$_rockname-dev-1.rockspec" + + rm "./build/lib/luarocks/rocks-$lver/manifest" done } |
