diff options
Diffstat (limited to 'build2/dist/operation.cxx')
-rw-r--r-- | build2/dist/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/dist/operation.cxx b/build2/dist/operation.cxx index 4697c6c..c87f0e7 100644 --- a/build2/dist/operation.cxx +++ b/build2/dist/operation.cxx @@ -338,7 +338,7 @@ namespace build2 static void install (const path& cmd, file& t, const dir_path& d) { - path reld (relative (d)); + dir_path reld (relative (d)); path relf (relative (t.path ())); cstrings args {cmd.string ().c_str ()}; |