Changeset 42


Ignore:
Timestamp:
02/23/06 17:30:58 (18 years ago)
Author:
kdeugau
Message:

/trunk

Bugfix on autoreq; don't try to find what package owns "not". Sigh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r41 r42  
    934934  foreach (@reqlist) {
    935935    next if /^$pkgtree/;
     936    next if /not a dynamic executable/;
    936937    next if m|/lib/ld-linux.so|;        # Hack! Hack!  PTHBTT!  (libc suxx0rz)
    937938
Note: See TracChangeset for help on using the changeset viewer.