Changeset 2134 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Aug 28, 2016, 8:01:11 PM (8 years ago)
Author:
Bruno Cornec
Message:

Fix a Debian build issue

In case multiple control file exists in the debian directory, only the
first was used for dependency analysis, which wasn't working. Now fixed
by an analyze of all control files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2122 r2134  
    15741574            if ($f =~ /$ftype/) {
    15751575                pb_distro_installdeps($f,$pbos);
    1576                 last;
    15771576            }
    15781577        }
Note: See TracChangeset for help on using the changeset viewer.