Changeset 865 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Oct 19, 2009, 6:56:22 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Do not force to have a vepath and vmpath in the .pbrc to start with
  • Force to always build for the local distribution
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r848 r865  
    596596        my %build;
    597597        my @pt;
    598         my $tmpl = "";
     598        # We want to at least build for the underlying distro
     599        my ($ddir, $dver, $dfam, $dtype, $pbsuf, $pbupd, $arch) = pb_distro_init();
     600        my $tmpl = "$ddir-$dver-$arch,";
    599601        my %patches;
    600602
     603        # Get list of distributions for which I need to generate build files
    601604        @pt = pb_conf_get_if("vmlist","velist");
    602605        if (defined $pt[0]->{$ENV{'PBPROJ'}}) {
Note: See TracChangeset for help on using the changeset viewer.