diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-10 07:08:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-10 07:08:08 +0200 |
commit | fefcedab45d3e35782943faeee49478b5737c424 (patch) | |
tree | a484f4c070dd2f70657e92dcfda8907667d839c2 /libbuild2/install | |
parent | feed07e16ff73c5f0b25f2ceb4c08177b5c0e3af (diff) |
Tweak rule names
Diffstat (limited to 'libbuild2/install')
-rw-r--r-- | libbuild2/install/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/install/init.cxx b/libbuild2/install/init.cxx index 31e0f7a..e8ca982 100644 --- a/libbuild2/install/init.cxx +++ b/libbuild2/install/init.cxx @@ -339,7 +339,7 @@ namespace build2 // operation, similar to update. // rs.global_scope ().insert_rule<mtime_target> ( - perform_install_id, "file", file_rule::instance); + perform_install_id, "install.file", file_rule::instance); } // Configuration. |