aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-lustache/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua-lustache/APKBUILD')
-rw-r--r--main/lua-lustache/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lua-lustache/APKBUILD b/main/lua-lustache/APKBUILD
index 205c50d933..771cc12060 100644
--- a/main/lua-lustache/APKBUILD
+++ b/main/lua-lustache/APKBUILD
@@ -3,7 +3,7 @@ _luaversions="5.1 5.2 5.3"
_name=lustache
pkgname=lua-$_name
pkgver=1.3
-pkgrel=2
+pkgrel=3
pkgdesc="Logic-less {{mustache}} templates with Lua"
url="http://olivinelabs.com/lustache/"
arch="noarch"
@@ -40,9 +40,9 @@ package() {
install -m644 src/lustache/*.lua \
"$pkgdir"/usr/share/lua/common/lustache/ || return 1
- install -mg66 src/lustache.lua \
+ install -m644 src/lustache.lua \
"$pkgdir"/usr/share/lua/common/
-
+
for _v in $_luaversions; do
mkdir -p "$pkgdir"/usr/share/lua/$_v
for i in lustache lustache.lua; do