Desenvolver e Download de Software Open Source

Show incremental difference of selected versions of OOo_2.0.3_LinuxIntel_install_ja_curvirgo with glibc-2.3.3 - Change Log.

category(Tag) tree

file info

category(Tag)
root
file name
OpenOffice.org_Japanese_Localized_Version_for_Linux_OOo_2.0.3_LinuxIntel_install_ja_curvirgo_with_glibc-2.3.3_-_Changes
última actualização
2006-07-07 00:23
tipo
Plain Text
editor
Yoshiyuki Masutomi
descrição
OOo_2.0.3_LinuxIntel_install_ja_curvirgo with glibc-2.3.3 - Change Log
linguagem
English
translate
--- /tmp/DOCMAN2InoJE5	2024-06-17 16:45:49.340444678 +0900
+++ /tmp/DOCMAN2K0dRri	2024-06-17 16:45:49.340444678 +0900
@@ -1,7 +1,24 @@
-portableパッケージのopenoffice.org-core01.installに対する修正が不完全なままUploadしていた為、修正した物と差し替えました。
-7/4までにダウンロードされた方は、以下の手順でインストールスクリプトを変更してからインストールを行って下さい。
-1.cd linux-2.4-intel
-2.rm -f openoffice.org-core01.install
-3.mv openoffice.org-core01.install.fixed openoffice.org-core01.install
-4.chmod +x openoffice.org-core01.install
+portableパッケージのopenoffice.org-core01.installに対する修正が不完全なままUploadしていた為、
+また、
+openoffice.org-core03.install と openoffice.org-core03u.install
+openoffice.org-core04.install と openoffice.org-core04u.install
+openoffice.org-core05.install と openoffice.org-core05u.install
+これらが互いに依存しあうようになっていた為、インストールできないことが判明し、それらを修正した物と差し替えました。
+7/6までにダウンロードされた方は、再度ダウンロードし直すか、以下のスクリプトを展開したディレクトリで実行してからインストールを行って下さい。
+
+## ここから ##
+cd linux-2.4-intel
+sed '/^#%requires/,/^fi/d' < openoffice.org-core01.install > openoffice.org-core01.install.fixed
+mv -fv openoffice.org-core01.install.fixed openoffice.org-core01.install
+chmod +x openoffice.org-core01.install
+for fix in `echo openoffice.org-core*u.install`
+do
+  FIXFILE=`echo ${fix} | sed 's/u\.install/\.install/'`
+  FIXNAME=`echo ${fix} | sed 's/\.install//'`
+  eval sed '/^#%requires\ ${FIXNAME}/,/^fi/d' < ${FIXFILE} > ${FIXFILE}.fixed
+  mv -fv ${FIXFILE}.fixed ${FIXFILE}
+  chmod +x ${FIXFILE}
+done
+## ここまで ##
+