diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-26 10:28:04 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-26 10:28:04 -0500 |
commit | 2d16cd342cc654a82d374dcff538da0e21e24dca (patch) | |
tree | 518fc28475b128ec5b66fce8590407e36a7d0aa5 /libretools.conf | |
parent | 6515ca8157b42a3c4a6bb5b6173375d6eb052eb2 (diff) |
* fullpkg-ng logs not found deps
* Added FULLBUILDCMD to libretools.conf check
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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" |