Changeset 74


Ignore:
Timestamp:
11/15/06 15:55:35 (17 years ago)
Author:
kdeugau
Message:

/trunk

Minor bugfix on "empty %files list" handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r73 r74  
    788788    # even without any files - if %files is specified anywhere.  I can think
    789789    # of odd corner cases where that *may* be desireable.
    790     next if $filelist{$pkg} =~ /^\s*$/;
     790    next if (!$filelist{$pkg} or $filelist{$pkg} =~ /^\s*$/);
    791791
    792792    # 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.