You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2014/03/03 17:33:35 UTC

svn commit: r1573601 - /openoffice/branches/AOO410/main/solenv/bin/modules/installer/globals.pm

Author: af
Date: Mon Mar  3 16:33:34 2014
New Revision: 1573601

URL: http://svn.apache.org/r1573601
Log:
124272: Wrong initialization of .

Modified:
    openoffice/branches/AOO410/main/solenv/bin/modules/installer/globals.pm

Modified: openoffice/branches/AOO410/main/solenv/bin/modules/installer/globals.pm
URL: http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/solenv/bin/modules/installer/globals.pm?rev=1573601&r1=1573600&r2=1573601&view=diff
==============================================================================
--- openoffice/branches/AOO410/main/solenv/bin/modules/installer/globals.pm (original)
+++ openoffice/branches/AOO410/main/solenv/bin/modules/installer/globals.pm Mon Mar  3 16:33:34 2014
@@ -156,7 +156,7 @@ BEGIN
 	$fontsfoldername = "Fonts";
 	$fontsdirparent = "";
 	$fontsdirhostname = "truetype";
-	$fontsdirname = $fontsdirhostname;
+	$fontsdirname = "";
 	$officefolder = "OfficeFolder";
 	$officemenufolder = "OfficeMenuFolder";
 	$startupfolder = "StartupFolder";