diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:51:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 14:47:25 +0200 |
commit | c443044ce146aee249722f662573e3b81c00d884 (patch) | |
tree | d6ada5abf348317d7495d60809d225e2503a999d /butl/buildfile | |
parent | 3790832c62b4f79883b37a4ed8f804c2ae35a6e6 (diff) |
Update install.* variables in buildfiles
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/buildfile b/butl/buildfile index 867f2c9..a2ba945 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -45,4 +45,4 @@ libs{butl}: cxx.export.poptions += -DLIBBUTL_SHARED # Install into the butl/ subdirectory of, say, /usr/include/. # -install.include = $install.include/butl +install.include = $install.include/butl/ |