From db81f77fd00b983b89154a2697a28bc1fa96f918 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 4 Nov 2024 00:49:48 +0100 Subject: [PATCH] dont nuke the output directory on each run --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index ac09d08..a91a46d 100755 --- a/build.sh +++ b/build.sh @@ -91,7 +91,6 @@ env | egrep '^GLUON' | sort pushd "${gluon_path}" announce Starting make update... -rm -rf "${GLUON_OUTPUTDIR}" mkdir -p "${GLUON_OUTPUTDIR}" make update # Try to install patches. I wasn't able to figure out how patches in gluon/site/patches work.