Added the 'h' option to the tar command that creates the patches
authorWayne Davison <wayned@samba.org>
Sun, 16 Dec 2007 23:41:59 +0000 (15:41 -0800)
committerWayne Davison <wayned@samba.org>
Sun, 16 Dec 2007 23:41:59 +0000 (15:41 -0800)
tar file just in case the patches directory is a symlink.

packaging/release-rsync

index e55972a..7dc38ca 100755 (executable)
@@ -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";