[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - solenv/bin
Andras Timar
andras.timar at collabora.com
Sun Jun 3 19:40:44 UTC 2018
solenv/bin/modules/installer/windows/admin.pm | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d5b4196c987210e1163445cbe86e1bb49bcf1f8b
Author: Andras Timar <andras.timar at collabora.com>
Date: Sun Jun 3 12:34:00 2018 -0700
MSP: add System64 folder path
Change-Id: I5dba3dfb3a68d33608f2c2a7db026063063982ec
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;
}
More information about the Libreoffice-commits
mailing list