]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(emit-rsync-commands): Also emit code to rsync the .bz2 files.
authorJim Meyering <jim@meyering.net>
Sat, 14 Jul 2001 18:14:01 +0000 (18:14 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Jul 2001 18:14:01 +0000 (18:14 +0000)
Makefile.maint

index 3767b264563b41ddf62b8dc8d8093768fdcc74f4..fab0768c9e92ffecfb4c3b91e3dc25d33f359f8c 100644 (file)
@@ -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 =====================================