diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-15 00:44:01 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-15 00:44:01 +0200 |
commit | ee1281e7676da98ed9d871635d0dd78787702bcb (patch) | |
tree | 02921d0bc6b4663a106bd516440510f259aec996 /hel | |
parent | b21d520715627186efd489bd07bc6e0257b275ad (diff) | |
download | nixos-ee1281e7676da98ed9d871635d0dd78787702bcb.tar nixos-ee1281e7676da98ed9d871635d0dd78787702bcb.tar.gz nixos-ee1281e7676da98ed9d871635d0dd78787702bcb.tar.bz2 nixos-ee1281e7676da98ed9d871635d0dd78787702bcb.tar.xz nixos-ee1281e7676da98ed9d871635d0dd78787702bcb.zip |
set only modification time
Diffstat (limited to 'hel')
-rw-r--r-- | hel/recv-media.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hel/recv-media.nix b/hel/recv-media.nix index 10f9397d..505c5df3 100644 --- a/hel/recv-media.nix +++ b/hel/recv-media.nix | |||
@@ -11,5 +11,5 @@ writeScriptBin "recv-media" '' | |||
11 | target="''${dir}"/$(basename "$1") | 11 | target="''${dir}"/$(basename "$1") |
12 | 12 | ||
13 | cp -ln "$1" "''${target}" | 13 | cp -ln "$1" "''${target}" |
14 | touch -c -t "$2" "''${target}" | 14 | touch -c -m -t "$2" "''${target}" |
15 | '' | 15 | '' |