summaryrefslogtreecommitdiff
path: root/libretools.conf
diff options
context:
space:
mode:
Diffstat (limited to 'libretools.conf')
-rw-r--r--libretools.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/libretools.conf b/libretools.conf
index 108b001..da8d9d8 100644
--- a/libretools.conf
+++ b/libretools.conf
@@ -1,6 +1,9 @@
## Blacklist URL
BLACKLIST=http://repo.parabolagnulinux.org/docs/blacklist.txt
+# Diff tool (vimdiff, gvimdiff, meld, etc)
+DIFFTOOL=vimdiff
+
# The dir where you work on
WORKDIR=/home/$USER/packages
# The repos you'll be packaging for
@@ -70,7 +73,7 @@ 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; do
+ LIBRESRCDIR BLACKLIST WORKDIR PATCHDIR REPOS ARCHES ABSLIBREGIT COMMITCMD DIFFTOOL; do
[[ -z ${!VAR} ]] && {
echo "Configure $VAR var in $0"