1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 02:58:27 +02:00

Use a GNU tar flag to shut up warnings about implausibly old timestamp

This commit is contained in:
Eelco Dolstra 2012-08-01 16:42:51 -04:00
parent afa7e01878
commit 46f852cda0
4 changed files with 15 additions and 1 deletions

View file

@ -22,6 +22,7 @@
-e "s^@coreutils\@^$(coreutils)^g" \
-e "s^@sed\@^$(sed)^g" \
-e "s^@tar\@^$(tar)^g" \
-e "s^@tarFlags\@^$(tarFlags)^g" \
-e "s^@gzip\@^$(gzip)^g" \
-e "s^@pv\@^$(pv)^g" \
-e "s^@tr\@^$(tr)^g" \