- Timestamp:
- Mar 8, 2011, 11:41:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1234 r1242 1367 1367 pb_system("tar xfz $src","Extracting sources under $ENV{'PBBUILDDIR'}"); 1368 1368 pb_system("tar xfz $src2","Extracting pbconf under $ENV{'PBBUILDDIR'}"); 1369 # We need to handle potential patches to upstream sources 1370 pb_extract_build_files($src2,"$pbpkg-$pbver/pbconf/$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}/pbpatch/","$ENV{'PBBUILDDIR'}/SOURCES","patch"); 1371 1372 # We need to handle potential additional sources to upstream sources 1373 pb_extract_build_files($src2,"$pbpkg-$pbver/pbconf/$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}/pbsrc/","$ENV{'PBBUILDDIR'}/SOURCES","src"); 1374 1369 1375 chdir "$pbpkg-$pbver" || die "Unable to chdir to $pbpkg-$pbver"; 1370 1376 if (-f "pbconf/$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}/pbbuild") {
Note:
See TracChangeset
for help on using the changeset viewer.