mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
When extracting package pass `-p' option to tar(1), so that files are
extracted with correct permissions.
This commit is contained in:
parent
5f9dcc4468
commit
64449e2a32
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#define PUSHOUT(todir) /* push out string */ \
|
||||
if (where_count > (int)sizeof(STARTSTRING)-1) { \
|
||||
strcat(where_args, "|tar --unlink -xf - -C "); \
|
||||
strcat(where_args, "|tar --unlink -xpf - -C "); \
|
||||
strcat(where_args, todir); \
|
||||
if (system(where_args)) { \
|
||||
cleanup(0); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue