summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-solenv_bin_modules_installer_scriptitems.pm
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-devel/files/patch-solenv_bin_modules_installer_scriptitems.pm')
-rw-r--r--editors/openoffice-devel/files/patch-solenv_bin_modules_installer_scriptitems.pm20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-solenv_bin_modules_installer_scriptitems.pm b/editors/openoffice-devel/files/patch-solenv_bin_modules_installer_scriptitems.pm
new file mode 100644
index 000000000000..b6f0329c81bd
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-solenv_bin_modules_installer_scriptitems.pm
@@ -0,0 +1,20 @@
+--- solenv/bin/modules/installer/scriptitems.pm.orig 2014-02-27 09:52:15 UTC
++++ solenv/bin/modules/installer/scriptitems.pm
+@@ -608,7 +608,7 @@
+ }
+
+ # Find the prereg directory entry so that we can create a new sub-directory.
+- my $parentdir_gid = "gid_Brand_Dir_Share_Prereg_Bundled";
++ my $parentdir_gid = "gid_Brand_Dir_Share_Extensions";
+ my $parentdir = undef;
+ foreach my $dir (@{$dirsref})
+ {
+@@ -645,7 +645,7 @@
+ 'UnixRights' => '444',
+ 'sourcepath' => File::Spec->catfile($ENV{'OUTDIR'}, "bin", $filename),
+ 'specificlanguage' => "",
+- 'modules' => "gid_Module_Dictionaries",
++ 'modules' => "gid_Module_Root_Brand",
+ 'gid' => "gid_File_Extension_".$basename
+ };
+ push( @filelist, $onefile);