summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-06-03 12:34:00 -0700
committerAndras Timar <andras.timar@collabora.com>2022-02-13 17:52:02 +0100
commit3af41404233abe945e640fd2f5da25c2fa82522d (patch)
treeb2b2f8b5ad6893c1950a9f2a781a9cc53526b553 /solenv
parent4618e4bd41604a97d6581bd55d73f7083eb0851d (diff)
[cp] MSP: add System64 folder path
Change-Id: I5dba3dfb3a68d33608f2c2a7db026063063982ec
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/admin.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/windows/admin.pm b/solenv/bin/modules/installer/windows/admin.pm
index 54396ac27835..f822afe7eaec 100644
--- a/solenv/bin/modules/installer/windows/admin.pm
+++ b/solenv/bin/modules/installer/windows/admin.pm
@@ -289,6 +289,7 @@ sub create_directory_structure
}
# 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";
+ $fullpathhash{"System64Folder_amd64_VC.AF4EABEE_4589_3789_BA0A_C83A71662E1D"} = $targetdir . $installer::globals::separator . "System64";
return \%fullpathhash;
}