Ignore:
Timestamp:
May 21, 2010, 9:59:59 PM (14 years ago)
Author:
Bruno Cornec
Message:
  • Fix umask propagation in VE, fixing issues in directory creation with wrong rights
  • Remove the useless vemindep option and fix ospkgdep accordingly
  • Fix the rights for the dev dir in rpmbootstrap
File:
1 edited

Legend:

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

    r1027 r1029  
    169169    if (defined $ambiguous_rel_files->{$d}) {
    170170        print STDERR "The key $d is considered as both unambiguous and ambigous.\n";
    171         print STDERR "Please fix your configuration file.\n";
     171        print STDERR "Please fix your configuration file.\n"
    172172    }
    173173    if (-f "$r" && ! -l "$r") {
     
    449449
    450450# Allow replacement of variables inside the parameter such as ddir, dver, darch for rpmbootstrap
    451 # but not shell variable which ae backslashed
     451# but not shell variable which are backslashed
    452452if ($param =~ /[^\\]\$/) {
    453453    pb_log(3,"Expanding variable on $param\n");
Note: See TracChangeset for help on using the changeset viewer.