From 9cda1be4f433f62c26ad34920a70cc7fdc17954f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 21 Apr 2015 15:06:09 +0200 Subject: [PATCH] install lua bindings to $libdir/lua MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Å karvada --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fa62d53c..a5f0be98 100644 --- a/configure.ac +++ b/configure.ac @@ -848,7 +848,7 @@ LUA_EOF done fi - LUA_RRD_LIBDIR="$langpref/lib/lua/$lua_vdot" + LUA_RRD_LIBDIR="$libdir/lua/$lua_vdot" # if lua 5.0 can't find compat-5.1, force installation of # compat-5.1.lua together with RRDtool. if test "$lua_vdot" = "5.0" -a "$LUA_HAVE_COMPAT51" != "HAVE_COMPAT51"; then -- 2.47.2