newapkbuild: source PACKAGER from abuild.conf
This commit is contained in:
parent
52534d4d51
commit
9aeef85a03
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user