From 08b30a6169ac2d9186b3fcac77b3f520c51b9478 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 14 Nov 2017 22:48:49 +0000 Subject: [PATCH] Don't override MAKETUNING which is to be determined by make.sh Signed-off-by: Michael Tremer --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index e871114..3b49b14 100755 --- a/build.sh +++ b/build.sh @@ -7,8 +7,6 @@ UPLOAD_DIR="${BASEDIR}/upload" UPLOAD_TO="pakfire@git.ipfire.org:/pub/nightly" RSYNC_ARGS="" -export MAKETUNING="-j$(getconf _NPROCESSORS_ONLN)" - extract_installer_from_iso() { local dir="${1}" -- 2.47.3