From 426c6c3b9adee6807f1e928b6d3938fa6d4e33c5 Mon Sep 17 00:00:00 2001 From: Paras Mamgain Date: Tue, 11 Jun 2019 13:59:38 +0100 Subject: [PATCH] fixes DOWNLOAD_DIR variable for windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25d5501..59ed6d4 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ else DOWNLOADS_DIR=$(realpath ./downloads/) endif -#Try to pick up the downloads directory if rnning in windows +#Try to pick up the downloads directory if running in windows ifneq (,$(findstring Windows,$(shell echo ${OS}))) DOWNLOADS_DIR=$(shell pwd)/downloads/ endif