To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45510





------- Additional comments from [EMAIL PROTECTED] Sat Mar 19 13:59:05 -0800 
2005 -------
and this is needed to get the correct filenames:

Index: file_library_ooo.scp
===================================================================
RCS file: /cvs/installation/scp2/source/ooo/file_library_ooo.scp,v
retrieving revision 1.91
diff -u -u -r1.91 file_library_ooo.scp
--- file_library_ooo.scp        15 Mar 2005 13:06:33 -0000      1.91
+++ file_library_ooo.scp        19 Mar 2005 21:58:25 -0000
@@ -2099,8 +2091,12 @@
 
 File gid_File_Lib_LibXMLSec_xmlseccore
     TXT_FILE_BODY;
-       #ifdef UNX
-        Name = STRING(CONCAT3(libxmlsec1,UNXSUFFIX,.1.2.6));
+    #ifdef UNX
+        #ifdef MACOSX
+            Name = STRING(CONCAT2(libxmlsec1,UNXSUFFIX));
+        #else
+            Name = STRING(CONCAT3(libxmlsec1,UNXSUFFIX,.1.2.6));
+        #endif
     #else
         Name = "libxmlsec.dll";
     #endif
@@ -2120,7 +2116,11 @@
 #ifdef UNX
 File gid_File_Lib_LibXMLSec_xmlsecnss
     TXT_FILE_BODY;
-    Name = STRING(CONCAT3(libxmlsec1-nss,UNXSUFFIX,.1.2.6));
+    #ifdef MACOSX
+        Name = STRING(CONCAT2(libxmlsec1-nss,UNXSUFFIX));
+    #else
+        Name = STRING(CONCAT3(libxmlsec1-nss,UNXSUFFIX,.1.2.6));
+    #endif
     Dir = gid_Dir_Program;
     Styles = (PACKED);
 End


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to