From bb7459154446103c412ecd5733659ac4fecf24d7 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Sat, 30 Dec 2017 20:06:26 +0100 Subject: [PATCH] one more bugfix (variables didnt exist anymore) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2262645..13f2c05 100755 --- a/build.sh +++ b/build.sh @@ -65,7 +65,7 @@ for s in $sites; do export GLUON_SITEDIR="${site_path}/sites/${s}" export GLUON_OUTPUTDIR="${gluon_out}/${GLUON_RELEASE}/${GLUON_BRANCH}/${s}" rm -rf "${GLUON_OUTPUTDIR}" - mkdir -p "${GLUON_IMAGEDIR}" "${GLUON_MODULEDIR}" + mkdir -p "${GLUON_OUTPUTDIR}" make update # Try to install patches. I wasn't able to figure out how patches in gluon/site/patches work. for p in ${site_path}/patches/*.patch; do