- Timestamp:
- Oct 25, 2017, 12:42:03 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r2334 r2335 527 527 } elsif ($pbos->{'type'} eq "ebuild") { 528 528 } elsif ($pbos->{'type'} eq "apk") { 529 my $res = pb_system("apk info $p","Looking for $p","mayfail"); 529 pb_log(0,"Looking for $p"); 530 my $res = system("apk info | grep -E '^$p\$'"); 530 531 next if ($res eq 0); 531 532 pb_log(1, "INFO: missing dependency $p\n");
Note:
See TracChangeset
for help on using the changeset viewer.