98b687cc8b
* re-create patches against latest release (to avoid fuzzy offset warnings during patching) * remove old xattr patch (up2date upstream patch will be added in next commit) * remove some old patches which are not needed against 1.26 tarball now * add more verbose comments for patches Version: 2:1.26-17
15 lines
495 B
Diff
15 lines
495 B
Diff
diff --git a/src/create.c b/src/create.c
|
|
index 43b5a4c..f98cbb5 100644
|
|
--- a/src/create.c
|
|
+++ b/src/create.c
|
|
@@ -1798,7 +1798,8 @@ dump_file0 (struct tar_stat_info *st, char const *name, char const *p)
|
|
}
|
|
else if (atime_preserve_option == replace_atime_preserve
|
|
&& fd && (is_dir || original_size != 0)
|
|
- && set_file_atime (fd, parentfd, name, st->atime) != 0)
|
|
+ && set_file_atime (fd, parentfd, name, st->atime) != 0
|
|
+ && errno != EROFS )
|
|
utime_error (p);
|
|
}
|
|
|