- Timestamp:
- May 10, 2012, 6:07:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r1515 r1516 432 432 my $res = pb_system("dpkg -L $p","","quiet", 1); 433 433 next if ($res eq 0); 434 open(CMD,"dpkg -l $p |") or die "Unable to run dpkg -l $p: $!"; 435 my $ok = 0; 436 while (<CMD>) { 437 $ok = 1 if /^ii\s+$p/; 438 } 439 next if $ok; 434 440 } elsif ($pbos->{'type'} eq "ebuild") { 435 441 } else {
Note:
See TracChangeset
for help on using the changeset viewer.