- Timestamp:
- May 16, 2013, 1:47:55 PM (12 years ago)
- Location:
- devel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/etc/pb.conf
r1746 r1756 702 702 ospatchcmd default = /usr/bin/patch 703 703 ospatchopt default = -s -p1 704 ospatchopt opensuse-12.3 = -p1 704 705 705 706 # sha method for yum repo -
devel/pb-modules/lib/ProjectBuilder/Base.pm
r1711 r1756 301 301 302 302 my $file=shift; 303 my $desc=shift || undef;303 my $desc=shift || \*STDOUT; 304 304 my $prefix=shift; 305 305 -
devel/pb/lib/ProjectBuilder/Filter.pm
r1560 r1756 220 220 my ($patchcmd,$patchopt) = pb_distro_get_param($pb->{'pbos'},pb_conf_get_if("ospatchcmd","ospatchopt")); 221 221 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"); 223 223 print DEST "%patch$i $patchopt\n"; 224 224 $i++;
Note:
See TracChangeset
for help on using the changeset viewer.