Changeset 1280 in ProjectBuilder


Ignore:
Timestamp:
Mar 25, 2011, 1:29:40 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Attempt to fix #97 by delivering in PBBUILDIR instead of non-existent dirs below
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1279 r1280  
    13681368            pb_system("tar xfz $src2","Extracting pbconf under $ENV{'PBBUILDDIR'}");
    13691369            # 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");
     1370            pb_extract_build_files($src2,"$pbpkg-$pbver/pbconf/$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}/pbpatch/","$ENV{'PBBUILDDIR'}","patch");
    13711371
    13721372            # 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");
     1373            pb_extract_build_files($src2,"$pbpkg-$pbver/pbconf/$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}/pbsrc/","$ENV{'PBBUILDDIR'}","src");
    13741374
    13751375            chdir "$pbpkg-$pbver" || die "Unable to chdir to $pbpkg-$pbver";
Note: See TracChangeset for help on using the changeset viewer.