diff options
author | Ingo Schmidt <is@openoffice.org> | 2010-07-23 10:37:24 +0200 |
---|---|---|
committer | Ingo Schmidt <is@openoffice.org> | 2010-07-23 10:37:24 +0200 |
commit | a13422099bfdb9697410d82a0f58a77689876021 (patch) | |
tree | 7d8398128d210e46cc5466bc0fda9888558e9f23 /setup_native/scripts/admin.pl | |
parent | d60b211a12e9798fc674df1234f72a232b9c114f (diff) |
jl154 #162868# bundled folder in prereg folder
Diffstat (limited to 'setup_native/scripts/admin.pl')
-rw-r--r-- | setup_native/scripts/admin.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/scripts/admin.pl b/setup_native/scripts/admin.pl index c7083a616b15..3e058af172f6 100644 --- a/setup_native/scripts/admin.pl +++ b/setup_native/scripts/admin.pl @@ -356,7 +356,7 @@ sub get_extensions_dir get_path_from_fullqualifiedname(\$localbranddir); # root dir in brand layer $localbranddir =~ s/\Q$separator\E\s*$//; my $extensiondir = $localbranddir . $separator . "share" . $separator . "extensions"; - my $preregdir = $localbranddir . $separator . "share" . $separator . "prereg"; + my $preregdir = $localbranddir . $separator . "share" . $separator . "prereg" . $separator . "bundled"; return ($extensiondir, $preregdir); } |