aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-20 08:27:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-20 08:27:30 +0200
commita88198b4b19d68e2ab45604dad9c8b3c40470cbd (patch)
tree85e92df57a534668cb8e396d280bc5de85a0a021
parentfc18a6dc1fcb02b505f07914e484cebbaf268698 (diff)
Type install.mode variable
-rw-r--r--build2/install/module.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/install/module.cxx b/build2/install/module.cxx
index ddc6640..1ebbb17 100644
--- a/build2/install/module.cxx
+++ b/build2/install/module.cxx
@@ -141,7 +141,8 @@ namespace build2
// Note: not overridable.
//
- v.insert<dir_path> ("install"); // Flag.
+ v.insert<dir_path> ("install");
+ v.insert<string> ("install.mode");
}
// Register our alias and file installer rule.