diff options
author | Ted Trask <ttrask01@yahoo.com> | 2015-05-11 14:33:54 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2015-05-11 14:33:54 +0000 |
commit | a8df55fe038ff145475cc0b2e0af7ccae4f48a03 (patch) | |
tree | 564e320984da908a17b1b7b5febfef7c5fcba14a /main/acf-core | |
parent | 94fb952374c74bb85c2c8ea782384814c72bec71 (diff) | |
download | aports-a8df55fe038ff145475cc0b2e0af7ccae4f48a03.tar.bz2 aports-a8df55fe038ff145475cc0b2e0af7ccae4f48a03.tar.xz |
main/acf-core: Fix lua path to include version
Diffstat (limited to 'main/acf-core')
-rw-r--r-- | main/acf-core/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index 82553e5254..db1a85b996 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -3,7 +3,7 @@ _luaversion="5.2" pkgname=acf-core pkgver=0.18.5 -pkgrel=2 +pkgrel=3 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" arch="noarch" @@ -16,7 +16,7 @@ source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz" package() { cd "$srcdir/$pkgname-$pkgver" - sed "s~luadir=.*~luadir=\${prefix}/share/lua/$_i/acf~" -i config.mk \ + sed "s~luadir=.*~luadir=\${prefix}/share/lua/$_luaversion/acf~" -i config.mk \ || return 1 # fix shebang |