mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Pass --keep-directory-symlink to tix-install child tar extract.
This commit is contained in:
parent
8f8ead93f1
commit
143e0a2059
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ int main(int argc, char* argv[])
|
|||
"-C", prefix,
|
||||
"--extract",
|
||||
"--file", tix_path,
|
||||
"--keep-directory-symlink",
|
||||
data_and_prefix,
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue