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/x11-libs/elementary/elementary-20090313.ebuild

    r196 r260  
    2323 
    2424src_compile() { 
    25        local myconf 
    26  
    27         myconf="${myconf}             \ 
    28                 --with-edje-cc=/usr/bin/edje_cc" 
    29  
    30        econf $myconf || die "econf failed" 
    31        emake || die "emake failed" 
     25        econf \ 
     26                --with-edje-cc=/usr/bin/edje_cc \ 
     27                || die 
     28        emake || die 
    3229}