From b28713d65f9986712cc2f1ed48f76ab3a83f77c2 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 6 Sep 2015 01:31:01 -0700 Subject: hack to fix an MSP creation error Change-Id: Ifa833d3adfce5dcc247a8c6e2f972c0638e5c05c --- solenv/bin/modules/installer/windows/admin.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solenv/bin/modules/installer/windows/admin.pm b/solenv/bin/modules/installer/windows/admin.pm index 6fb18583110f..9e2dcd12ccce 100644 --- a/solenv/bin/modules/installer/windows/admin.pm +++ b/solenv/bin/modules/installer/windows/admin.pm @@ -296,6 +296,8 @@ sub create_directory_structure { if ( ! exists($fullpathhash{$dir}) ) { $fullpathhash{$dir} = $targetdir; } } + # FIXME why is this hack needed? ERROR: Did not find full directory path for dir: "ystemFolder_x86_VC.194841A2_D0F2_3B96_9F71_05BA91BEA0FA" + $fullpathhash{"SystemFolder_x86_VC.194841A2_D0F2_3B96_9F71_05BA91BEA0FA"} = $targetdir . $installer::globals::separator . "System"; return \%fullpathhash; } -- cgit v1.2.3