about summary refs log tree commit diff
path: root/system.mk
diff options
context:
space:
mode:
Diffstat (limited to 'system.mk')
-rw-r--r--system.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.mk b/system.mk
index 7ab5aba..9a56c9d 100644
--- a/system.mk
+++ b/system.mk
@@ -11,7 +11,7 @@ all: ${DISTFILES}
 .PRECIOUS: ${DISTFILES}
 
 ${DISTFILES}:
-	${CURL} -O ${MIRROR}/${.TARGET}
+	${CURL} -LO ${MIRROR}/${.TARGET}
 
 clean:
 	rm -f ${DISTFILES}