diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-29 22:30:14 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-29 22:30:14 -0600 |
commit | 9f7e280c36e351e3ebdabdea2e528fb68aaab821 (patch) | |
tree | 1930cfd70a1764bc8c5ec267a0669da739580ffe /src | |
parent | 189955214bed781cc9d6b80b8c9dc001430a57fb (diff) |
aur: use conf.sh
Diffstat (limited to 'src')
-rwxr-xr-x | src/aur | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |