From ae9319f689d9c38c08cb697ea365506d47642873 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Aug 2016 10:51:14 +0200 Subject: Update install.* variables in buildfiles --- brep/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'brep') diff --git a/brep/buildfile b/brep/buildfile index 529916a..b1e80a3 100644 --- a/brep/buildfile +++ b/brep/buildfile @@ -4,7 +4,7 @@ define sql: file sql{*}: extension = sql -sql{*}: install = data +sql{*}: install = data/ # lib{brep} # @@ -30,4 +30,4 @@ lib{brep}: cxx.export.poptions = -I$out_root -I$src_root # Install into the brep/ subdirectory of, say, /usr/include/. # -install.include = $install.include/brep +install.include = $install.include/brep/ -- cgit v1.1