Tweaked the mode of the files in the tar file.
authorWayne Davison <wayned@samba.org>
Sat, 4 Mar 2006 08:21:58 +0000 (08:21 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 4 Mar 2006 08:21:58 +0000 (08:21 +0000)
packaging/release-rsync

index f5d47b9..c702f8d 100755 (executable)
@@ -277,7 +277,7 @@ if ($diffdir ne $dest) {
 
 print "Creating $tar_file ...\n";
 system "fakeroot tar czf $tar_file rsync-$version";
-open(TAR, '|-', "fakeroot tar --files-from=- --no-recursion --mode=g-w -czf $tar_file rsync-$version") or die $!;
+open(TAR, '|-', "fakeroot tar --files-from=- --no-recursion --mode=g+w -czf $tar_file rsync-$version") or die $!;
 foreach (@files) {
     print TAR "rsync-$version/$_\n";
 }