diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-11 07:36:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-11 07:36:17 +0200 |
commit | c1cdd361cd15b1cb7167ae8aa333b80bb67f6536 (patch) | |
tree | 0ea774a007e327cbba436f969fb775e3744c64fd /test | |
parent | 0dcda95828027f2a9b680a5cbb591d34a0530359 (diff) |
Install plugin to lib/ instead of libexec/
Diffstat (limited to 'test')
-rwxr-xr-x | test/unix/build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |