From c1cdd361cd15b1cb7167ae8aa333b80bb67f6536 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Feb 2013 07:36:17 +0200 Subject: Install plugin to lib/ instead of libexec/ --- test/unix/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unix/build b/test/unix/build index 3dff555..744f27f 100755 --- a/test/unix/build +++ b/test/unix/build @@ -220,7 +220,7 @@ cd .. cd odb if [ $rebuild = y -o ! -f Makefile ]; then - ./configure CXX=$cxxp + ./configure CXX=$cxxp --libexecdir=/usr/local/lib fi make -j $jobs -- cgit v1.1