From 2d16cd342cc654a82d374dcff538da0e21e24dca Mon Sep 17 00:00:00 2001 From: Joshua Ismael Haase Hernandez Date: Thu, 26 May 2011 10:28:04 -0500 Subject: * fullpkg-ng logs not found deps * Added FULLBUILDCMD to libretools.conf check --- libretools.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libretools.conf') diff --git a/libretools.conf b/libretools.conf index 70479a3..eb0a1ff 100644 --- a/libretools.conf +++ b/libretools.conf @@ -58,7 +58,8 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git/ # Checks if vars aren't empty for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR \ - LIBRESRCDIR BLACKLIST WORKDIR PATCHDIR REPOS ARCHES ABSLIBREGIT COMMITCMD DIFFTOOL; do + LIBRESRCDIR BLACKLIST WORKDIR PATCHDIR REPOS ARCHES ABSLIBREGIT \ + COMMITCMD DIFFTOOL FULLBUILDCMD; do [[ -z ${!VAR} ]] && { echo "Configure $VAR var in /etc/libretools.conf" -- cgit v1.2.3-54-g00ecf