diff options
-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 |