Skip to content
Snippets Groups Projects
Commit 9aeef85a authored by Natanael Copa's avatar Natanael Copa
Browse files

newapkbuild: source PACKAGER from abuild.conf

parent 52534d4d
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,13 @@ datadir=@datadir@
prog=${0##*/}
# source $PACKAGER
for i in /etc/abuild.conf $HOME/.abuild/abuild.conf; do
if [ -f "$i" ]; then
. $i
fi
done
error() {
echo "$@" >&2
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment