summaryrefslogtreecommitdiff
path: root/conf/default.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-04-23 16:20:29 +0200
committerErich Eckner <git@eckner.net>2017-04-23 16:20:29 +0200
commit61512d1f05d0c6e98e0f9114bd099ba29495b26c (patch)
tree5b565028b0b5c5c6503ee3924eeb8c684d71ce34 /conf/default.conf
parentc44b75c2115197c5e5458862a7ecc7c2d6ebfbe8 (diff)
downloadbuilder-61512d1f05d0c6e98e0f9114bd099ba29495b26c.tar.xz
move find_pkgbuild into a separate file
Diffstat (limited to 'conf/default.conf')
-rwxr-xr-xconf/default.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/default.conf b/conf/default.conf
index 0343ba4..9da159c 100755
--- a/conf/default.conf
+++ b/conf/default.conf
@@ -6,6 +6,8 @@ set -e
base_dir="$(dirname "$(readlink -f "$0")")/.."
+. "${base_dir}/bin/common-functions"
+
work_dir="${base_dir}/work"
declare -A repo_paths