三好です。

> At Wed, 12 Oct 2005 13:44:50 +0900,
> yossy_takeuchi wrote:
> 
> > 「OOoWiki - OOo2.0_install」の
> > 「Debian GNU/Linuxalien (using RPM)編」を修正しました。

alien using TGZも変更する必要がありますね。
openoffice.org-pyuno-2.0.0-2.i586.rpmの中のpost install scriptに
記述されている、以下を手動でシミュレートしてやればいいと思うのですが、
どうでしょうか?

if [ -d $PRODUCTINSTALLLOCATION/program/python-core-2.3.4 ]
then
  ln -s python-core-2.3.4 $PRODUCTINSTALLLOCATION/program/python-core 
>/dev/null 2>&1
fi

if [ -f $PRODUCTINSTALLLOCATION/program/python.sh ]
then
  ln -s python.sh $PRODUCTINSTALLLOCATION/program/python >/dev/null 2>&1
fi

if [ -f $PRODUCTINSTALLLOCATION/program/python-core-2.3.4/bin/python ]
then
  chmod +x $PRODUCTINSTALLLOCATION/program/python-core-2.3.4/bin/python
fi


-- 
T. Miyoshi
[EMAIL PROTECTED]


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

メールによる返信