summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-29 22:30:14 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-29 22:30:14 -0600
commit9f7e280c36e351e3ebdabdea2e528fb68aaab821 (patch)
tree1930cfd70a1764bc8c5ec267a0669da739580ffe /src
parent189955214bed781cc9d6b80b8c9dc001430a57fb (diff)
aur: use conf.sh
Diffstat (limited to 'src')
-rwxr-xr-xsrc/aur9
1 files changed, 7 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
-. /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