From 1ad01675bd75b15ba44d8bd12b0ef28a6b8985fb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 1 Aug 2017 17:52:34 +0300 Subject: Fix installation directory path for headers --- odb/buildfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/odb/buildfile b/odb/buildfile index 3d47652..2cc8c38 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -33,7 +33,8 @@ libs{odb}: cxx.export.poptions += -DLIBODB_SHARED # Install into the odb/ subdirectory of, say, /usr/include/ recreating # subdirectories. # -install_include = include/odb/ +install_include = [dir_path] include/odb/ + {hxx ixx txx}{*}: install = $install_include {hxx ixx txx}{*}: install.subdirs = true -- cgit v1.1