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
1 changed files with 1 additions and 0 deletions

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
};