Ignore:
Timestamp:
May 12, 2012, 1:30:32 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix an error introduced when isolating the new pb_distro_compare_repo function (Bruno Cornec)
  • pbdistrocheck: hack so that we can have one pb package that just works everywhere (Need a special use lib for opensuse) (Eric Anderson)
File:
1 edited

Legend:

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

    r1519 r1520  
    503503    pb_log(0, "ERROR: destination file $dest exists and is different than source $src\n");
    504504    pb_system("cat $dest","Dest...");
    505     pb_system("cat $ENV{PBTMP}/$bn","New...");
     505    pb_system("cat $src","New...");
    506506    pb_log("Returning...\n");
    507507    return(0);
Note: See TracChangeset for help on using the changeset viewer.