Changeset 23 in ProjectBuilder for devel/pb/bin/pb.pl


Ignore:
Timestamp:
Jul 31, 2007, 7:24:50 PM (17 years ago)
Author:
Bruno Cornec
Message:

Take ideas from LinuxDistribution.pm, but does not use it, as it desn't work correctly.
redo a get_distro function in distro.pm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb.pl

    r22 r23  
    299299
    300300    # Get the running distro to build on
     301    my ($ddir, $dver, $dfam, $dtype, $dsuf) = distro_init();
     302    print $LOG "DEBUG: distro tuple: ".Dumper($ddir, $dver, $dfam, $dtype, $dsuf)."\n" if ($debug >= 1);
    301303
    302304    foreach my $pkg (@pkgs) {
Note: See TracChangeset for help on using the changeset viewer.