From: Jim Meyering Date: Sat, 14 Jul 2001 18:14:01 +0000 (+0000) Subject: (emit-rsync-commands): Also emit code to rsync the .bz2 files. X-Git-Tag: CPPI-1_10~3 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=30ae7570c61601520243282d514c2d391f53917c;p=thirdparty%2Fcoreutils.git (emit-rsync-commands): Also emit code to rsync the .bz2 files. --- diff --git a/Makefile.maint b/Makefile.maint index 3767b26456..fab0768c9e 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -246,8 +246,8 @@ define emit-rsync-commands echo ===================================== echo ===================================== echo 'for host in $(a_host) $(b_host); do \' - echo ' rsync -e ssh --pro -av $(xd-delta) $(my_distdir).tar.gz \' - echo ' $$host:$(real_dir); done' + echo ' rsync -e ssh --pro -av $(xd-delta) $(my_distdir).tar.bz2 \' + echo ' $(my_distdir).tar.gz $$host:$(real_dir); done' echo '# send the /tmp/announcement e-mail' echo ===================================== echo =====================================