Ignore:
Timestamp:
Feb 21, 2011, 12:20:02 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • pb_mkdir_p doesn't return anything anymore. Test of return removed.
  • Packages installed are not using really the install command not the update one.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Distribution.pm

    r1181 r1212  
    302302
    303303# Protection
    304 return if (not defined $pbos->{'update'});
     304return if (not defined $pbos->{'install'});
    305305
    306306# Get dependencies in the build file if not forced
     
    310310if ($deps !~ /^[    ]*$/) {
    311311    # This may not be // proof. We should test for availability of repo and sleep if not
    312     pb_system("$pbos->{'update'} $deps","Installing dependencies ($deps)");
     312    pb_system("$pbos->{'install'} $deps","Installing dependencies ($deps)");
    313313    }
    314314}
Note: See TracChangeset for help on using the changeset viewer.