From ace008eaac8fd6f73cd585429bd8e1d0f1e51858 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 7 Mar 2020 16:11:36 +0100 Subject: [PATCH] tools: remove timestamping option from wget in makefile causes 40x errors on servers tha rject HTTP HEAD requests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 348c2dc..536a9c9 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ clean: -rm -rf config/includes.chroot/usr/share/xfce4/terminal/colorschemes cache/downloads/xfce4-terminal-colorschemes-1.0 -WGET=wget --timestamping --no-verbose --show-progress --directory-prefix=cache/downloads/ +WGET=wget --no-verbose --show-progress --directory-prefix=cache/downloads/ download_extras: mkdir -p cache/downloads/ # https://gitlab.com/nodiscc/plymouth-theme-debian-logo