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


Ignore:
Timestamp:
Jan 12, 2011, 11:45:29 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug in dir delivery due to the recent change using the arch subdir to avoid conflicts
  • Fix bug for ol mandrake release which were not built correctly due to configuration file issues (mix of mandrake and mandrakelinux)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1154 r1155  
    17781778            my $j = basename($p);
    17791779            pb_system("$cpcmd $cp2target/$delim$p$delim $ENV{'PBBUILDDIR'}/$odir/$over/$oarch 2> /dev/null","Recovery of package $j in $ENV{'PBBUILDDIR'}/$odir/$over/$oarch");
    1780             $made="$made $odir/$over/$j"; # if (($dtype ne "rpm") || ($j !~ /.src.rpm$/));
     1780            $made="$made $odir/$over/$oarch/$j"; # if (($dtype ne "rpm") || ($j !~ /.src.rpm$/));
    17811781        }
    17821782        print KEEP "$made\n";
Note: See TracChangeset for help on using the changeset viewer.