From 326237840ef38b2f4f3f8a022c54b92ebf0adc0d Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 13 Jul 2014 11:14:59 +0200 Subject: luasec: fix install paths --- luasec-prosody-git/PKGBUILD | 4 ++-- 1 file 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\"" -- cgit v1.2.3