[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:29345] bash-3.2.17-i586-P2.tgzのinstall/doinst.sh



bash-3.2.17-i586-P2.tgzのinstall/doinst.shの内容が

----- ここから ----- ここから ----- ここから ----- ここから -----
if [ -f /bin/bash ]; then
  ( cd bin ; cp bash bash.old )
  ( cd bin ; mv bash.new bash )
fi
( cd bin ; rm -rf sh )
( cd bin ; ln -sf bash sh )
( cd usr/bin ; rm -rf bash )
( cd usr/bin ; ln -sf ../bin/bash bash )
----- ここまで ----- ここまで ----- ここまで ----- ここまで -----

になってますが

----- ここから ----- ここから ----- ここから ----- ここから -----
if [ -f bin/bash ]; then
  ( cd bin ; cp bash bash.old )
fi
( cd bin ; mv bash.new bash )
( cd bin ; rm -rf sh )
( cd bin ; ln -sf bash sh )
( cd usr/bin ; rm -rf bash )
( cd usr/bin ; ln -sf ../bin/bash bash )
----- ここまで ----- ここまで ----- ここまで ----- ここまで -----

とすべきなのではないでしょうか。

公式サイトから辿ったplamo-stableのChangeLogと4.5系列のWikiに関連する話
が無かったので、一応ご報告まで。

-- 
須藤 清一 <suto@xxxxxxxxxxxxxxx>
http://pub.ks-and-ks.ne.jp/pgp-public-key.html



[検索ページ] [メール一覧]
Plamo ML 公開システム