Changeset 49 in ProjectBuilder for devel/pb/bin/pb.pl


Ignore:
Timestamp:
Aug 26, 2007, 11:58:03 AM (17 years ago)
Author:
Bruno Cornec
Message:

conf file is now in the home directory to allow for multi user usage of pb
cms2build and build2pkg are working roughly for pb
Next test with mondo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb.pl

    r46 r49  
    2020use POSIX qw(strftime);
    2121
    22 use vars qw (%defpkgdir %extpkgdir %version %confparam %filteredfiles $debug $LOG);
     22use vars qw (%defpkgdir %extpkgdir %version %confparam %filteredfiles %pbroot $debug $LOG);
    2323$debug = 0;                 # Debug level
    2424$LOG = *STDOUT;             # Where to log
Note: See TracChangeset for help on using the changeset viewer.