From 05f4a817824677a3932057e86eef9865d0f1e02a Mon Sep 17 00:00:00 2001 From: Brian Pow Date: Sun, 4 Feb 2018 22:00:24 +0800 Subject: [PATCH] FIX: craptev1-v1.1.tar.xz and crapto1-v3.3.tar.xz will be redownloaded even it exists --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 7f06d6726..e193b776c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,10 +1,10 @@ get_craptev1: # wget http://crapto1.netgarage.org/craptev1-v1.0.tar.xz - wget http://crapto1.netgarage.org/craptev1-v1.1.tar.xz + wget -N http://crapto1.netgarage.org/craptev1-v1.1.tar.xz tar Jxvf craptev1-v1.1.tar.xz get_crapto1: - wget http://crapto1.netgarage.org/crapto1-v3.3.tar.xz + wget -N http://crapto1.netgarage.org/crapto1-v3.3.tar.xz mkdir crapto1-v3.3 tar Jxvf crapto1-v3.3.tar.xz -C crapto1-v3.3