Subversion Repositories DevTools

Rev

Rev 4769 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4769 Rev 4773
Line 490... Line 490...
490
    #
490
    #
491
    Message ("Mark files as executable");
491
    Message ("Mark files as executable");
492
    foreach my $dir ( glob ("$WORK/*") )
492
    foreach my $dir ( glob ("$WORK/*") )
493
    {
493
    {
494
        next if ( $dir =~ m~/etc$~ );
494
        next if ( $dir =~ m~/etc$~ );
-
 
495
        next if ( $dir =~ m~/linuxrc$~ );
495
        System ('chmod', '-R', 'a+rx', $dir );
496
        System ('chmod', '-R', 'a+rx', $dir );
496
    }
497
    }
497
 
498
 
498
    foreach my $dir ( glob ("$WORK/etc/*") )
499
    foreach my $dir ( glob ("$WORK/etc/*") )
499
    {
500
    {