From 9f7e280c36e351e3ebdabdea2e528fb68aaab821 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 29 May 2013 22:30:14 -0600 Subject: aur: use conf.sh --- src/aur | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/aur') diff --git a/src/aur b/src/aur index c9ab267..29cc379 100755 --- a/src/aur +++ b/src/aur @@ -18,8 +18,7 @@ # You should have received a copy of the GNU General Public License # along with Parabola. If not, see . -. /etc/libretools.conf -. /etc/abs.conf +. libremessages cmd=${0##*/} @@ -38,6 +37,12 @@ main() { esac done + . $(librelib conf.sh) + load_files libretools + check_vars libretools DIFFTOOL + load_files abs + check_vars abs ABSROOT + local missing_deps=() for _pkg in "$@"; do -- cgit v1.2.2