Changeset 45


Ignore:
Timestamp:
02/24/06 16:14:38 (18 years ago)
Author:
kdeugau
Message:

/trunk

Skip comments in %files listing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r44 r45  
    467467        while (<SPECFILE>) {
    468468          chomp;
     469          next if /^#/;
    469470          # need to update this to deal (properly) with %dir, %attr, etc
    470471          next if /^\%dir/;
Note: See TracChangeset for help on using the changeset viewer.