aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install/functions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/install/functions.cxx')
-rw-r--r--libbuild2/install/functions.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/libbuild2/install/functions.cxx b/libbuild2/install/functions.cxx
index 8d1a1f3..9f5fa44 100644
--- a/libbuild2/install/functions.cxx
+++ b/libbuild2/install/functions.cxx
@@ -31,11 +31,11 @@ namespace build2
//
// As an example, consider an executable that supports loading plugins
// and requires the plugin installation directory to be embedded into
- // the executable during build. The common way to support relocatable
- // installations for such cases is to embed a path relative to the
- // executable and complete it at runtime. If you would like to always
- // use the relative path, regardless of whether the installation is
- // relocatable of not, then you can simply always pass rel_base, for
+ // the executable during the build. The common way to support
+ // relocatable installations for such cases is to embed a path relative
+ // to the executable and complete it at runtime. If you would like to
+ // always use the relative path, regardless of whether the installation
+ // is relocatable of not, then you can simply always pass rel_base, for
// example:
//
// plugin_dir = $install.resolve($install.lib, $install.bin)