Show
Ignore:
Timestamp:
03/23/09 02:44:51 (3 years ago)
Author:
max_posedon
Message:

Apply review alonbl's patches. Thanks, alonbl!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openmoko/trunk/openmoko-target/sys-mobilephone/libframeworkd-glib/libframeworkd-glib-20090227.ebuild

    r177 r264  
    2525        # Fetch and unpack current git sources 
    2626        git_src_unpack 
    27         eautoreconf || die "autoreconf failed" 
    28         glib-gettextize --force --copy || die "glib-gettextize failed" 
     27        eautoreconf 
     28        glib-gettextize --force --copy || die 
    2929} 
    3030 
    3131src_install() { 
    32         emake DESTDIR="${D}" install || die "emake failed" 
     32        emake DESTDIR="${D}" install || die 
    3333}