diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-23 06:18:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-23 06:18:26 +0200 |
commit | 5a763a5552184090602f0a9303b9266f5412f020 (patch) | |
tree | 0cf1fb0189157c4d02976156007fe4ee6ad7f1d1 /libbuild2/install/rule.hxx | |
parent | f62b8809d827a0474284e75ad5724cf201ed83b1 (diff) |
Add support for relocatable installation manifest
Diffstat (limited to 'libbuild2/install/rule.hxx')
-rw-r--r-- | libbuild2/install/rule.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/install/rule.hxx b/libbuild2/install/rule.hxx index eb8addf..b0dabe5 100644 --- a/libbuild2/install/rule.hxx +++ b/libbuild2/install/rule.hxx @@ -221,6 +221,9 @@ namespace build2 // // ln -s <link_target> <base>/<link> // + // Note that <link_target> must not be absolute if relocatable + // installation is requested (config.install.relocatable). + // // Note that the target argument only specifies which target this // symlink "belongs" to. // |