From 61512d1f05d0c6e98e0f9114bd099ba29495b26c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 23 Apr 2017 16:20:29 +0200 Subject: move find_pkgbuild into a separate file --- conf/default.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/default.conf') 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 -- cgit v1.2.3