Revision 814

Date:
2021/02/16 18:25:30
Author:
ahitrov
Revision Log:
Deprecated param in find
Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/install/bin/install

     
    215 215 print "Creating installation layout...\n";
    216 216 system("cp -R $RealBin/../skel/* $destdir/") and die "Can't copy: skel - $!";
    217 217 system("find $destdir -depth -type d -name .svn -exec rm -Rf {} \\;") and die "Can't clean - $!";
    218 system("find $destdir -depth \\! -perm +20 -exec chmod g+w {} \\;") and die "Can't chmod - $!";
    218 system("find $destdir -depth \\! -perm /20 -exec chmod g+w {} \\;") and die "Can't chmod - $!";
    219 219 unlink "$destdir/config.mk.proto" or die $!;
    220 220
    221 221 print "Checking out Contenido core...\n";