index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-03-24 20:51:16 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-24 20:51:16 +0100 |
commit | 8db7e5acbe9de5f44ed79ba4ce11947b3586338f (patch) | |
tree | 7ebcf856ded618abcd405963f1369db013cf5de3 /lib | |
parent | 913da48c13219d5f2074880645cbaab0c76376f5 (diff) |
-rwxr-xr-x | lib/common-functions | 2 | ||||
-rwxr-xr-x | lib/mysql-functions | 2 |
diff --git a/lib/common-functions b/lib/common-functions index 8425e9a..ce33a4f 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -6,7 +6,7 @@ if [ -z "${base_dir}" ]; then # just to make shellcheck happy - . 'conf/default.conf' + . '../conf/default.conf' fi if [ ! -s "${work_dir}/build-master-sanity" ]; then diff --git a/lib/mysql-functions b/lib/mysql-functions index 801eca2..aef219b 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -6,7 +6,7 @@ if [ -z "${base_dir}" ]; then # just to make shellcheck happy - . 'conf/default.conf' + . '../conf/default.conf' fi # base64_encode_each encode each line of stdin with base64 |