Changeset 1363 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Env.pm


Ignore:
Timestamp:
Nov 21, 2011, 2:34:56 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix to support directories under the debian dir (such as source/format)
  • Fix to apply build files really from generic to specific
  • Add initial support for quilt patches on Debian
File:
1 edited

Legend:

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

    r1348 r1363  
    335335        die "$ENV{'PBROOTDIR'} is not a directory" if (not -d $ENV{'PBROOTDIR'});
    336336    }
     337    pb_log(1,"PBROOTDIR=$ENV{'PBROOTDIR'}\n");
    337338
    338339    # Adds that conf file to the list to consider
Note: See TracChangeset for help on using the changeset viewer.