Ignore:
Timestamp:
Feb 12, 2011, 1:56:42 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix rpmbootstrap and pb newve order, which wasn't working after the latest pbos introduction
  • rpmbootstrap wasn't using the right conf file when launched with sudo is fixed by using the SUDO_USER env. var.
  • pb.conf rbsmirrorsrv now uses pbos var, and is filtered correctly.
File:
1 edited

Legend:

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

    r1177 r1181  
    541541    if ($param =~ /[^\\]\$/) {
    542542        pb_log(3,"Expanding variable on $param\n");
    543         eval { $param =~ s/(\$\w+)/$1/eeg };
     543        eval { $param =~ s/(\$\w+->{\'\w+\'})/$1/eeg };
    544544    }
    545545    push @param,$param;
Note: See TracChangeset for help on using the changeset viewer.