From e2dc4eb0ad0e9c097cc856c9cd4eea95a0d994cd Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Thu, 20 Apr 2017 12:29:20 -0700 Subject: `export`: Fix output dir --- toolsrc/src/commands_export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src/commands_export.cpp') 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")); -- cgit v1.2.3