diff options
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 07c96839..488f0cca 100644 --- a/hel/recv-media.nix +++ b/hel/recv-media.nix | |||
| @@ -15,6 +15,6 @@ writeScriptBin "recv-media" '' | |||
| 15 | dir=/var/media | 15 | dir=/var/media |
| 16 | target="''${dir}"/$(basename "$1") | 16 | target="''${dir}"/$(basename "$1") |
| 17 | 17 | ||
| 18 | cp -lvn "$1" "''${target}" | 18 | cp -vn --preserve=all "$1" "''${target}" |
| 19 | touch -c -m -t "$2" "''${target}" | 19 | touch -c -m -t "$2" "''${target}" |
| 20 | '' | 20 | '' |
