diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2014-07-13 11:14:59 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2014-07-13 11:14:59 +0200 |
commit | 326237840ef38b2f4f3f8a022c54b92ebf0adc0d (patch) | |
tree | 9d4f007887145ba33ab54512fe7f5a8e6e3f604b /luasec-prosody-git | |
parent | 6f866eaa35e7562c52596e0ca6021e404f7d076a (diff) | |
download | arch-packages-326237840ef38b2f4f3f8a022c54b92ebf0adc0d.tar.gz |
luasec: fix install paths
Diffstat (limited to 'luasec-prosody-git')
-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\"" |