1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

Merge pull request #1812 from konomith/feature/preserve_timestamps_#1758

install: Implement --preserve-timestamps (-p)
This commit is contained in:
Sylvestre Ledru 2021-03-17 22:02:54 +01:00 committed by GitHub
commit 44a7adc9a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 46 additions and 4 deletions

1
Cargo.lock generated
View file

@ -1687,6 +1687,7 @@ name = "uu_install"
version = "0.0.4"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.85 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.7",