Ignore:
Timestamp:
02/03/12 00:17:04 (16 months ago)
Author:
bruno
Message:

r4487@cabanilles: bruno | 2012-02-01 16:21:48 +0100

  • Fix the -t option without param for pb
  • add a function to analyze busybox countent and create appropriate structure for pbmkbm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Base.pm

    r1400 r1402  
    393393 
    394394# On linux can also use /proc/sys/kernel/osrelease 
    395 return(chomp(`uname -r`)); 
     395my $rel = `uname -m`; 
     396chomp($rel); 
     397return($rel); 
    396398} 
    397399 
     
    480482} else { 
    481483    pb_log(2,"OK\n"); 
    482     return($found); 
    483 } 
     484} 
     485return($found); 
    484486} 
    485487 
Note: See TracChangeset for help on using the changeset viewer.