To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46314
------- Additional comments from [EMAIL PROTECTED] Sun Jul 17 04:41:34 -0700
2005 -------
Hmm, I currently have problems creating an attachment (though this worked not so
long ago with this browser), so I put this patch here in text.
I indeed have already fixed (but not commited) this issue, but I won't integrate
it before 2.0. But as this is annoying for the whole office, maybe someone else
can integrate it for me. I'll ask in [EMAIL PROTECTED]
Bye,
Joerg
Index: shellscripts_pyuno.txt
===================================================================
RCS file:
/cvs/installation/instsetoo_native/inc_openoffice/unix/shellscripts_pyuno.txt,v
retrieving revision 1.5
diff -c -r1.5 shellscripts_pyuno.txt
*** shellscripts_pyuno.txt 11 Feb 2005 16:51:58 -0000 1.5
--- shellscripts_pyuno.txt 17 Jul 2005 11:37:03 -0000
***************
*** 59,63 ****
--- 59,74 ----
;;
esac
+ if [ -h $$PRODUCTINSTALLLOCATION/PRODUCTDIRECTORYNAME/program/python-core ]
+ then
+ rm -f $$PRODUCTINSTALLLOCATION/PRODUCTDIRECTORYNAME/program/python-core
>/dev/null 2>&1
+ fi
+
+ if [ -h $$PRODUCTINSTALLLOCATION/PRODUCTDIRECTORYNAME/program/python ]
+ then
+ rm -f $$PRODUCTINSTALLLOCATION/PRODUCTDIRECTORYNAME/program/python
>/dev/null 2>&1
+ fi
+
+
exit 0
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]