mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Extract source tarballs with --no-same-owner
This commit is contained in:
parent
04769573ef
commit
9f3cf50329
@ -369,6 +369,7 @@ pub(crate) fn fetch_extract_tar(
|
||||
command.arg(if verbose { "xvf" } else { "xf" });
|
||||
} else {
|
||||
command.arg("--extract");
|
||||
command.arg("--no-same-owner");
|
||||
if verbose {
|
||||
command.arg("--verbose");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user