On Mon, Mar 17, 2008 at 10:02 PM, Rémi Cardona <[EMAIL PROTECTED]> wrote:
[snip]
>  [1] The Patch (tm)
>
>  --- gnome2.eclass       10 Feb 2008 14:47:14 -0000      1.83
>  +++ gnome2.eclass       17 Mar 2008 16:30:31 -0000
>  @@ -106,6 +106,9 @@
>          rm -fr "${D}/usr/share/applications/mimeinfo.cache"
>   }
>
>  +gnome2_pkg_preinst() {
>  +}
>  +

Shouldn't this function be

gnome2_pkg_preinst() {
       :
}

? Because bash chokes on empty functions..

[snip]


-- 
~Nirbheek Chauhan
--
gentoo-dev@lists.gentoo.org mailing list

Reply via email to