aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install/rule.cxx')
-rw-r--r--build2/install/rule.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx
index 9157413..33356b0 100644
--- a/build2/install/rule.cxx
+++ b/build2/install/rule.cxx
@@ -239,7 +239,7 @@ namespace build2
static void
install (const install_dir& base, const dir_path& d)
{
- path reld (relative (d));
+ dir_path reld (relative (d));
cstrings args;
@@ -288,7 +288,7 @@ namespace build2
static void
install (const install_dir& base, file& t, bool verbose = true)
{
- path reld (relative (base.dir));
+ dir_path reld (relative (base.dir));
path relf (relative (t.path ()));
cstrings args;