Make pass mode respect properly @owner/@group
modified libpkg/packing.c
@@ -36,6 +36,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -44,6 +46,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -67,6 +70,7 @@ packing_init(struct packing **pack, const char *path, pkg_formats format)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -91,6 +95,7 @@ packing_init(struct packing **pack, const char *path, pkg_formats format)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -99,6 +104,7 @@ packing_init(struct packing **pack, const char *path, pkg_formats format)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -181,11 +187,21 @@ packing_append_file_attr(struct packing *pack, const char *filepath,
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg.c
@@ -1277,13 +1277,15 @@ pkg_copy_tree(struct pkg *pkg, const char *src, const char *dest)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|