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/eclass/enlightenment.eclass

    r196 r264  
    1212case ${PV} in 
    1313        20090212) 
    14                 rev=39002 
     14                ESVN_REVISION=39002 
    1515                ;; 
    1616        20090313) 
    17                 rev=39300 
     17                ESVN_REVISION=39300 
     18                ;; 
     19        99999999) 
    1820                ;; 
    1921        *) 
     
    2224esac 
    2325 
    24 ESVN_REVISION="r$rev" 
     26enlightenment_src_unpack() { 
     27        subversion_src_unpack 
    2528 
    26 enlightenment_src_unpack() { 
    27         subversion_src_unpack 
    28  
    29         cd "${S}" 
     29        cd "${S}" 
    3030 
    3131        # Applying all user specified patches 
     
    4343} 
    4444 
    45 enlightenment_src_install () { 
     45enlightenment_src_install() { 
    4646        emake DESTDIR="${D}" install || die "emake install failed" 
    4747        dodoc AUTHORS NEWS README