aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install/rule.hxx')
-rw-r--r--build2/install/rule.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/build2/install/rule.hxx b/build2/install/rule.hxx
index 26f568b..642ab96 100644
--- a/build2/install/rule.hxx
+++ b/build2/install/rule.hxx
@@ -79,7 +79,8 @@ namespace build2
// Install a symlink: base/link -> target.
//
static void
- install_l (const install_dir& base,
+ install_l (const scope& rs,
+ const install_dir& base,
const path& target,
const path& link,
bool verbose);
@@ -93,7 +94,8 @@ namespace build2
// exist).
//
static bool
- uninstall_f (const install_dir& base,
+ uninstall_f (const scope& rs,
+ const install_dir& base,
const file* t,
const path& name,
bool verbose);