Changeset 74
- Timestamp:
- 11/15/06 15:55:35 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r73 r74 788 788 # even without any files - if %files is specified anywhere. I can think 789 789 # of odd corner cases where that *may* be desireable. 790 next if $filelist{$pkg} =~ /^\s*$/;790 next if (!$filelist{$pkg} or $filelist{$pkg} =~ /^\s*$/); 791 791 792 792 # Gotta do this first, otherwise we don't have a place to move files from %files
Note:
See TracChangeset
for help on using the changeset viewer.