From c2b6a89fd0800d97401aba3d384f5593369c6fad Mon Sep 17 00:00:00 2001 From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Date: Tue, 1 Sep 2015 17:56:28 +0200 Subject: [PATCH] config: fix: IMAGE_DIR must not have a trailing slash --- config/Makefile.conf.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Makefile.conf.defaults b/config/Makefile.conf.defaults index b145703..4077b0d 100644 --- a/config/Makefile.conf.defaults +++ b/config/Makefile.conf.defaults @@ -29,7 +29,7 @@ ISO_PATTERN_FLAGS= APT_SOURCE_URL_OVERRIDE=http://ftp.halifax.rwth-aachen.de/ubuntu/ -IMAGE_DIR=$(WORKSPACE)/image_files/ +IMAGE_DIR=$(WORKSPACE)/image_files IMAGE_GIT_URL=https://www.fsmpi.rwth-aachen.de/git/lipstick IMAGE_GIT_BRANCH=ss15 IMAGE_EXTRA_INFO= -- GitLab