diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-20 12:29:20 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-21 18:06:52 -0700 |
| commit | e2dc4eb0ad0e9c097cc856c9cd4eea95a0d994cd (patch) | |
| tree | 52f2ef71dd63257b5522117bfe9849b1074b017b /toolsrc/src/commands_export.cpp | |
| parent | 14dacd8631ae8e29c2ca85c6121a1be9fc613990 (diff) | |
| download | vcpkg-e2dc4eb0ad0e9c097cc856c9cd4eea95a0d994cd.tar.gz vcpkg-e2dc4eb0ad0e9c097cc856c9cd4eea95a0d994cd.zip | |
`export`: Fix output dir
Diffstat (limited to 'toolsrc/src/commands_export.cpp')
| -rw-r--r-- | toolsrc/src/commands_export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_export.cpp b/toolsrc/src/commands_export.cpp index 4ab01cdf9..85b66a8ff 100644 --- a/toolsrc/src/commands_export.cpp +++ b/toolsrc/src/commands_export.cpp @@ -125,7 +125,7 @@ namespace vcpkg::Commands::Export const BinaryParagraph& binary_paragraph = action.any_paragraph.binary_paragraph.value_or_exit(VCPKG_LINE_INFO); const InstallDir dirs = InstallDir::from_destination_root( - output, + output / "installed", action.spec.triplet().to_string(), output / "installed" / "vcpkg" / "info" / (binary_paragraph.fullstem() + ".list")); |
