Changeset 1519 for devel/pb-modules/lib/ProjectBuilder/Distribution.pm
- Timestamp:
- 05/12/12 01:02:34 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r1517 r1519 317 317 my $deps = shift || undef; 318 318 319 # Protection 320 die "Missing install command for $pbos->{name}-$pbos->{version}-$pbos->{arch}" unless (defined $pbos->{install} && $pbos->{install} =~ /\w/); 319 321 pb_apply_conf_proxy($pbos); 320 # Protection321 return if (not defined $pbos->{'install'});322 322 323 323 # Get dependencies in the build file if not forced
Note: See TracChangeset
for help on using the changeset viewer.
