summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-11 07:36:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-11 07:36:17 +0200
commitc1cdd361cd15b1cb7167ae8aa333b80bb67f6536 (patch)
tree0ea774a007e327cbba436f969fb775e3744c64fd /test
parent0dcda95828027f2a9b680a5cbb591d34a0530359 (diff)
Install plugin to lib/ instead of libexec/
Diffstat (limited to 'test')
-rwxr-xr-xtest/unix/build2
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