diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-04-03 22:29:31 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-04-03 22:29:31 -0300 |
commit | ccc61420fca233f9a0c7f850f936b4cf9ec4ebe2 (patch) | |
tree | b1b9a792de035cd1dbf43c22cee07b7b98932826 /libretools.conf | |
parent | 44ec529c8915322143fb3de451d0bc76e1ac2a0b (diff) |
Diff-Unfree is a tool to diff unfree PKGBUILDs against ABSLibre
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 5 |
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" |