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


Ignore:
Timestamp:
May 9, 2012, 4:10:30 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix a build bug with the new prefix variable in pb-module. Only use if it exists !
  • pb_conf_init is called at low level on the default project to avoid PBPROJ to be undefined and creatin lots of error msgs. pbdistrocheck works again with it
  • Fix sbx2setupvm in order to call pb_conf_init correctly at start of the pbinit script.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1495 r1509  
    27952795    print SCRIPT << "EOF";
    27962796pb_temp_init($pbkeep);
     2797pb_conf_init($ENV{'PBPROJ'});
    27972798
    27982799EOF
Note: See TracChangeset for help on using the changeset viewer.