From ccc61420fca233f9a0c7f850f936b4cf9ec4ebe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sun, 3 Apr 2011 22:29:31 -0300 Subject: Diff-Unfree is a tool to diff unfree PKGBUILDs against ABSLibre --- libretools.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libretools.conf') 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" -- cgit v1.2.3