Changeset 685
- Timestamp:
- Aug 14, 2004, 3:58:29 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/buildall.pl
r675 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.