diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:51:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:51:14 +0200 |
commit | ebdc589ed0902729c0764719fd62ff48ed14b218 (patch) | |
tree | 7eb18033142ea032c1bbf301a3a56ee721f98706 /bpkg/buildfile | |
parent | 8bdf75596de37b0e6d9e33fff27f2431af1175da (diff) |
Update install.* variables in buildfiles
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r-- | bpkg/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index a7ce32e..f1ce654 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -22,4 +22,4 @@ libs{bpkg}: cxx.export.poptions += -DLIBBPKG_SHARED # Install into the bpkg/ subdirectory of, say, /usr/include/. # -install.include = $install.include/bpkg +install.include = $install.include/bpkg/ |