From e3915dac764208a166d87b6ef964c875b435d143 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 16 Dec 2007 15:41:59 -0800 Subject: [PATCH] Added the 'h' option to the tar command that creates the patches tar file just in case the patches directory is a symlink. --- packaging/release-rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/release-rsync b/packaging/release-rsync index e55972a2..7dc38ca7 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -253,7 +253,7 @@ system "fakeroot tar czf $srctar_file rsync-$version; rm -rf rsync-$version"; system "support/patch-update --gen"; symlink('.', "rsync-$version"); -system "fakeroot tar czf $pattar_file rsync-$version/patches"; +system "fakeroot tar chzf $pattar_file rsync-$version/patches"; unlink("rsync-$version"); print "Updating the other files in $dest ...\n"; -- 2.34.1