aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.