diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-11 07:57:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-11 07:57:19 +0200 |
commit | 0342dc2fcdd78ef28a4e59d84193a3807068d726 (patch) | |
tree | e750c3062d6ff54f0d409fe1a25984b7e78592c8 /build2/install/operation.cxx | |
parent | 5f7c3f923de106f9d204a8f3500274731ae84fd9 (diff) |
New configuration logic, iteration 1
Diffstat (limited to 'build2/install/operation.cxx')
-rw-r--r-- | build2/install/operation.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/install/operation.cxx b/build2/install/operation.cxx index 7778c70..77deb2c 100644 --- a/build2/install/operation.cxx +++ b/build2/install/operation.cxx @@ -20,6 +20,7 @@ namespace build2 } operation_info install { + install_id, "install", "install", "installing", |