Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/conf/default.conf
blob: c8dd76296407f4a0e0f40c0a6b77a125143d7a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
script_name=`readlink -f "$0"`
script_dir=`dirname ${script_name}`
base_dir_rel=`printf '%s/..' "${script_dir}"`
base_dir=`realpath ${base_dir_rel}`

if test -r "${base_dir}/conf/local.conf"; then
	. "${base_dir}/conf/local.conf"
fi

script_dir="${base_dir}/scripts"
state_dir="${base_dir}/state"
packages_dir="${base_dir}/packages"
data_dir="${base_dir}/data"
templates_dir="${base_dir}/templates"
html_dir="${base_dir}/html"