summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorIngo Schmidt <is@openoffice.org>2010-07-12 16:20:39 +0200
committerIngo Schmidt <is@openoffice.org>2010-07-12 16:20:39 +0200
commitce95b85ffe0fa3faa0e6402195877c5cd623877b (patch)
treea9e79a3b8272025e59139560d72556319bc38705 /solenv
parent6efd2ceb1d4eb10d139dbc5128ab5042283fe56d (diff)
jl154 #162868# unopkg is back in packaging and installation
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/simplepackage.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/simplepackage.pm b/solenv/bin/modules/installer/simplepackage.pm
index f8ef517577ff..dae7c95b8834 100644
--- a/solenv/bin/modules/installer/simplepackage.pm
+++ b/solenv/bin/modules/installer/simplepackage.pm
@@ -130,7 +130,7 @@ sub register_extensions
$localtemppath = "/".$localtemppath;
}
- my $systemcall = $unopkgfile . " sync --verbose -env:BUNDLED_EXTENSIONS_USER=\"file://" . $bundleddir . "\"" . " -env:UserInstallation=file://" . $localtemppath . " 2\>\&1 |";
+ my $systemcall = $unopkgfile . " sync --verbose -env:BUNDLED_EXTENSIONS_USER=\"file:///" . $bundleddir . "\"" . " -env:UserInstallation=file://" . $localtemppath . " 2\>\&1 |";
print "... $systemcall ...\n";