summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-12-11 17:22:24 +0100
committerAndras Timar <atimar@suse.com>2012-12-11 17:22:24 +0100
commit66866497b8ca632500a565ccc0e5c23c4acbe748 (patch)
treeeae120eea2c590d4d8eab5f8f1cfffaf1a35256b /solenv
parentc8915f93a498a9d4e9c096f8ade5be98da6d0e1e (diff)
HACK! use newer expand.exe, because system's expand.exe cannot expand our CAB
Change-Id: I795db39b8b6286f75e79c73d44c11052c190c147
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/admin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/admin.pm b/solenv/bin/modules/installer/windows/admin.pm
index 386f8bd852b3..4b40cdc274b5 100644
--- a/solenv/bin/modules/installer/windows/admin.pm
+++ b/solenv/bin/modules/installer/windows/admin.pm
@@ -56,7 +56,7 @@ sub unpack_cabinet_file
if ( $^O =~ /cygwin/i )
{
- $expandfile = qx(cygpath -u "$ENV{WINDIR}"/System32/expand.exe);
+ $expandfile = qx(cygpath -u c:/libo/expand/expand.exe);
chomp $expandfile;
}