Changeset 1594 in ProjectBuilder for devel/pb/bin


Ignore:
Timestamp:
May 24, 2012, 3:41:09 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug in VE context around the chown part (no quotes without the sudo)
  • Improve mageia 2 deps
  • pbtest is nearly at the end
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1593 r1594  
    23182318        if (defined $shcmdroot) {
    23192319            # This should help overcome a CentOS 5.8 bug as well as having a simper sequence
    2320             pb_system("$shcmdroot \"chown -R $mac $tdir\"","Adapt owner in $tdir to $mac");
     2320            pb_system("$shcmdroot chown -R $mac $tdir","Adapt owner in $tdir to $mac");
    23212321        } else {
    23222322            pb_system("$shcmd \"sudo chown -R $mac $tdir\"","Adapt owner in $tdir to $mac");
Note: See TracChangeset for help on using the changeset viewer.