Changeset 1464


Ignore:
Timestamp:
04/15/12 19:54:07 (13 months ago)
Author:
bruno
Message:
  • Fix a remaining issue with extdir in newproj, which wasn't using it
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Env.pm

    r1443 r1464  
    574574 
    575575# PBVER is replaced by the version (\$pb->{'ver'} in code) 
    576 filter PBVER = \$pb->{'ver'} 
     576filter PBVER = \$pb->{'ver'}$pb->{'extdir'} 
    577577 
    578578# PBDATE is replaced by the date (\$pb->{'date'} in code) 
Note: See TracChangeset for help on using the changeset viewer.