newapkbuild: source PACKAGER from abuild.conf

This commit is contained in:
Natanael Copa 2010-11-19 09:51:36 +00:00
parent 52534d4d51
commit 9aeef85a03

View File

@ -14,6 +14,13 @@ datadir=@datadir@
prog=${0##*/} prog=${0##*/}
# source $PACKAGER
for i in /etc/abuild.conf $HOME/.abuild/abuild.conf; do
if [ -f "$i" ]; then
. $i
fi
done
error() { error() {
echo "$@" >&2 echo "$@" >&2
} }