Gorgone
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
support/functions/_cmd_build
|
@ -141,7 +141,7 @@ fi |
|
|
|
|
|
|
|
|
if [ ! "$CUSTOM_CONFDIR" == "not_set" ]; |
|
|
if [ ! "$CUSTOM_CONFDIR" == "not_set" ]; |
|
|
then |
|
|
then |
|
|
CONFDIR="$_oscamconfdir_custom" |
|
|
CONFDIR="$CUSTOM_CONFDIR" |
|
|
cdtag="${r_l}custom CONF_DIR=$CUSTOM_CONFDIR (via CUSTOM_CONFDIR)" |
|
|
cdtag="${r_l}custom CONF_DIR=$CUSTOM_CONFDIR (via CUSTOM_CONFDIR)" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|