Changeset 1756 in ProjectBuilder for devel/pb


Ignore:
Timestamp:
May 16, 2013, 1:47:55 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • For opensuse 12.3 patch doesn't support the -s option. Fixed in the conf file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Filter.pm

    r1560 r1756  
    220220                my ($patchcmd,$patchopt) = pb_distro_get_param($pb->{'pbos'},pb_conf_get_if("ospatchcmd","ospatchopt"));
    221221                foreach my $p (split(/,/,$pb->{'patches'}->{$tuple})) {
    222                     pb_log(3,"DEBUG($tuple) Adding patch command $i\n");
     222                    pb_log(3,"DEBUG($tuple) Adding patch command $i ($patchopt)\n");
    223223                    print DEST "%patch$i $patchopt\n";
    224224                    $i++;
Note: See TracChangeset for help on using the changeset viewer.