seamonkey-bin の ebuild を修正

emerge --sync してから seamonkey-bin のebuild が書き換わっててインストールでこけるようになったので修正。単にアイコンパスの置き換え。

--- /usr/portage/www-client/seamonkey-bin/seamonkey-bin-2.17.ebuild     2013-04-11 11:32:43.000000000 +0900
+++ /usr/local/portage/www-client/seamonkey-bin/seamonkey-bin-2.17.1.ebuild     2013-05-01 12:34:47.792567902 +0900
@@ -75,7 +75,7 @@
        fperms 0755 /usr/bin/seamonkey-bin

        # Install icon and .desktop for menu entry
-       newicon "${S}"/chrome/icons/default/default48.png ${PN}-icon.png
+       newicon "${D}${MOZILLA_FIVE_HOME}"/chrome/icons/default/default48.png ${PN}-icon.png
        domenu "${FILESDIR}/icon/${PN}.desktop"

        if use startup-notification; then

上のほうで mv "${S}" "${D}${MOZILLA_FIVE_HOME}" とかしちゃってるんで参照出来なくなってた。
書き換えたついでに 2.17.1 の ebuild 書いた。

コメント