Clean really well
Yes, double -f is necessary, ask Linus why.
This commit is contained in:
parent
09d9346078
commit
b2b678447a
@ -58,6 +58,8 @@ fn process_package(packages_path: &String, package_name: &String, url: &String)
|
||||
.arg("-C")
|
||||
.arg(folder_path.clone().to_str().unwrap())
|
||||
.arg("clean")
|
||||
.arg("-d")
|
||||
.arg("-f")
|
||||
.arg("-f")
|
||||
.arg("-x")
|
||||
.output()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user