From e7aed2617a882328385df0d1fe778503b8c95821 Mon Sep 17 00:00:00 2001 From: Gorgone Date: Tue, 20 Oct 2020 18:44:13 +0200 Subject: [PATCH] fix CUSTOM_CONFDIR --- support/functions/_cmd_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/functions/_cmd_build b/support/functions/_cmd_build index 8b4d8d5..eaab58c 100644 --- a/support/functions/_cmd_build +++ b/support/functions/_cmd_build @@ -141,7 +141,7 @@ fi if [ ! "$CUSTOM_CONFDIR" == "not_set" ]; then - CONFDIR="$_oscamconfdir_custom" + CONFDIR="$CUSTOM_CONFDIR" cdtag="${r_l}custom CONF_DIR=$CUSTOM_CONFDIR (via CUSTOM_CONFDIR)" fi