Changeset 685 for trunk/technical
- Timestamp:
- Aug 14, 2004, 3:58:29 PM (21 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/technical/common/build/buildall.pl (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/technical/common/build/buildall.plr675 r685 132 132 # if mypath is not a directory, so it is a .src.rpm (hopefully) 133 133 if( ! -d $mypath ) { 134 my $base = basename($mypath); 135 my $dir = dirname($mypath); 134 my $base = basename($mypath); 135 my $dir = dirname($mypath); 136 # TODO: find the src.rpm with the highest version/release number 136 137 $build_cmd = "cd $dir && $build $base-[0-9]*rpm"; 137 138 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
