From 849090d73c21493ee947f5bb41b12a19865070d2 Mon Sep 17 00:00:00 2001 From: udeved Date: Sat, 4 Oct 2014 23:33:40 +0200 Subject: [PATCH] config fix --- bin/build-set.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/build-set.in b/bin/build-set.in index 1eb6a06..2b6fa9f 100644 --- a/bin/build-set.in +++ b/bin/build-set.in @@ -21,10 +21,10 @@ version=20141003 arch=$(uname -m) pacman_conf_arch='default' -devtools_conf='@sysconfdir@/devtools.conf' +manjaro_tools_conf='@sysconfdir@/manjaro-tools.conf' -if [[ -f ${devtools_conf} ]]; then - . ${devtools_conf} +if [[ -f ${manjaro_tools_conf} ]]; then + . ${manjaro_tools_conf} fi if [[ -n ${branch} ]];then