aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-10 07:08:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-10 07:08:08 +0200
commitfefcedab45d3e35782943faeee49478b5737c424 (patch)
treea484f4c070dd2f70657e92dcfda8907667d839c2 /libbuild2/install
parentfeed07e16ff73c5f0b25f2ceb4c08177b5c0e3af (diff)
Tweak rule names
Diffstat (limited to 'libbuild2/install')
-rw-r--r--libbuild2/install/init.cxx2
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.