Show
Ignore:
Timestamp:
03/21/09 14:39:23 (3 years ago)
Author:
max_posedon
Message:

applying alonbl's indent an myconf patches, thanks alonbl! great work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openmoko/trunk/openmoko-target/media-libs/epsilon/epsilon-20090313.ebuild

    r196 r260  
    2323 
    2424src_compile() { 
    25     local myconf 
    26  
    27     myconf="${myconf} 
    28             $(use_enable xine thumbnailer-xine)" 
    29  
    30  
    31         econf ${myconf} || die "Configuration failed" 
    32         emake || die "Make failed" 
     25        econf \ 
     26                $(use_enable xine thumbnailer-xine) \ 
     27                || die 
     28        emake || die 
    3329}