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


Ignore:
Timestamp:
Feb 22, 2008, 4:07:41 AM (16 years ago)
Author:
Bruno Cornec
Message:

Improvements in cms2build for SVN but still not finished.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r322 r327  
    179179    my ($scheme,$uri)=pb_cms_init($ENV{'PBPROJ'});
    180180
     181    #
     182    # Check project cms compliance
     183    #
     184    pb_cms_compliant("pbdir",'PBDIR',"$ENV{'PBDEFDIR'}/$ENV{'PBPROJ'}",$uri,$pbinit);
     185
    181186    my ($pkgv, $pkgt) = pb_conf_get_if("pkgver","pkgtag");
    182187
     
    221226        # If it isn't a flat CMS, then we have the choice to export subdir
    222227        #$dir = "$uri/$dir" if ($ENV{'PBREVISION'} ne "flat");
    223         pb_cms_export($uri,"$dir",$dest);
     228        pb_cms_export($uri,"$ENV{'PBDIR'}/$pbprojver/$dir",$dest);
    224229
    225230        # Get project info on authors and log file
Note: See TracChangeset for help on using the changeset viewer.