diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-02 17:26:53 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-02 17:26:53 +0000 |
| commit | 64449e2a32419e4b19a17efd095bede10602cc5d (patch) | |
| tree | 9986e0ca57fec11abb9efb22b49a7eb79031b55f | |
| parent | 5f9dcc4468c93badbc9d2907dc1f473400202990 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pkg_install/add/extract.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c index f74a90b99e66..83f46e312c99 100644 --- a/usr.sbin/pkg_install/add/extract.c +++ b/usr.sbin/pkg_install/add/extract.c @@ -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); \ |
