--- deliantra/Deliantra-Client/bin/pod2wiki 2006/08/14 01:54:09 1.5 +++ deliantra/Deliantra-Client/bin/pod2wiki 2006/08/14 14:35:31 1.7 @@ -3,7 +3,7 @@ # convert given .pod files to wiki style # base path of arch tree, only used for new arch graphics -my $ARCH = "/root/src/cf.schmorp.de/arch"; +my $ARCH = "/root/devel/cvs/cf.schmorp.de/arch"; use strict; @@ -69,7 +69,7 @@ } elsif ($link =~ /^\$ARCH\/(.+)$/) { my $path = $1; (my $base = $path) =~ s/.*\///; - -f "$ARCH/$path" && system "cp -p \Q$ARCH/$path\E \Qresources/arch/$base"; + -f "$ARCH/$path" && system "rsync -av -c \Q$ARCH/$path\E \Qresources/arch/$base"; "${MA_BEG}image${MA_SEP}arch/$base$MA_END" } else { "${MA_BEG}link$MA_SEP$text$MA_SEP$link$MA_END"