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





------- Additional comments from [EMAIL PROTECTED] Sat Nov  5 00:14:59 -0800 
2005 -------
maho: no no, portable is OK. What is wrong is the usage of portable packages.
portable is tar archive *and* postinstall scripts. But the create-package.sh
script does this:

#install the packages to the temporary folder
cd ${DESTDIR}
rm -rf ${INSTALLTEMPDIR}
mkdir -p ${INSTALLTEMPDIR}
for Package in `ls $DESTDIR/$PACKDIR/*sw`; do
        echo "Installing ${Package}"
        tar -C "${INSTALLTEMPDIR}" -xf ${Package}
done

So it "installs" package. But it is not installing the portable package, it is
unpacking one part of it, the tarball.


---------------------------------------------------------------------
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