You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
347 B
11 lines
347 B
8 years ago
|
--- a/src/create.c
|
||
|
+++ b/src/create.c
|
||
|
@@ -1851,6 +1851,7 @@ dump_file0 (struct tar_stat_info *st, ch
|
||
|
#ifdef HAVE_READLINK
|
||
|
else if (S_ISLNK (st->stat.st_mode))
|
||
|
{
|
||
|
+ st->stat.st_mode |= 0777; /* make permissions portable */
|
||
|
st->link_name = areadlinkat_with_size (parentfd, name, st->stat.st_size);
|
||
|
if (!st->link_name)
|
||
|
{
|