stas 2002/11/21 11:50:33 Modified: bin site_build Log: for some reason we are having problems to preserve the timestamps :( Revision Changes Path 1.8 +3 -1 modperl-docs/bin/site_build Index: site_build =================================================================== RCS file: /home/cvs/modperl-docs/bin/site_build,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- site_build 19 Nov 2002 07:38:01 -0000 1.7 +++ site_build 21 Nov 2002 19:50:33 -0000 1.8 @@ -57,7 +57,9 @@ } sub online_sync { - system("cp -pr $rel/ $dst/"); + # for some reason we are having problems to preserve the timestamps :( + # system("cp -pr $rel/ $dst/"); + system("cp -r $rel/ $dst/"); system("find $dst -type d -exec chmod g+rwx {} \\; >/dev/null 2>&1"); system("find $dst -type f -exec chmod g+wr {} \\; >/dev/null 2>&1"); }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]