extract: do not extract a file which is identical to the installed one
modified libpkg/pkg_add.c
@@ -572,6 +572,13 @@ do_extract_symlink(struct pkg_add_context *context, struct archive *a __unused,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -807,6 +814,7 @@ do_extract_regfile(struct pkg_add_context *context, struct archive *a, struct ar
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -827,6 +835,17 @@ do_extract_regfile(struct pkg_add_context *context, struct archive *a, struct ar
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|