1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2015-04-01 00:24:41 +02:00
parent 8f8ead93f1
commit 143e0a2059

View file

@ -326,6 +326,7 @@ int main(int argc, char* argv[])
"-C", prefix,
"--extract",
"--file", tix_path,
"--keep-directory-symlink",
data_and_prefix,
NULL
};