From a00f5a371e77ae765b71c6c085e74860deef2e1f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 11 May 2006 23:38:10 +0000 Subject: [PATCH] Got rid of the .ignore kluge. --- packaging/release-rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/release-rsync b/packaging/release-rsync index 3f295f0b..295cd107 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -292,7 +292,7 @@ system "tar xzf $tar_file; tar xzf $diffdir/rsync-$lastversion.tar.gz"; ## TWEAK THE VERSIONS AS DESIRED HERE ## #mkdir("rsync-$lastversion/support", 0755) or die $!; #rename("rsync-$lastversion/rsyncstats", "rsync-$lastversion/support/rsyncstats"); -unlink("rsync-$lastversion/.ignore"); +#unlink("rsync-$lastversion/.ignore"); ## END ## system "diff -urN --exclude=patches rsync-$lastversion rsync-$version| gzip -9 >$diff_file"; -- 2.34.1