diff options
-rw-r--r-- | luasec-prosody-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luasec-prosody-git/PKGBUILD b/luasec-prosody-git/PKGBUILD index 0ca4461..ec7fd96 100644 --- a/luasec-prosody-git/PKGBUILD +++ b/luasec-prosody-git/PKGBUILD @@ -43,8 +43,8 @@ build() { cd "${srcdir}/${_gitname}-build" msg "Rewrite paths in Makefile to build for Lua 5.2" - sed -i "/LUAPATH/ cLUAPATH ?= ${pkgdir}/usr/share/lua/5.2" "Makefile" - sed -i "/LUACPATH/cLUACPATH ?= ${pkgdir}/usr/share/lua/5.2" "Makefile" + sed -i "/^LUAPATH/ cLUAPATH ?= ${pkgdir}/usr/share/lua/5.2" "Makefile" + sed -i "/^LUACPATH/cLUACPATH ?= ${pkgdir}/usr/lib/lua/5.2" "Makefile" ## build msg "Compile for target \"linux\"" |