From bc9216f0ca37cc012bfb70ae176346844b5d646b Mon Sep 17 00:00:00 2001 From: D-sha Date: Tue, 15 May 2018 20:45:43 +1000 Subject: [PATCH] Update patch file to use new default in config.pl --- debian/config.pl.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/config.pl.diff b/debian/config.pl.diff index cf3144c5..5e4ae183 100644 --- a/debian/config.pl.diff +++ b/debian/config.pl.diff @@ -16,7 +16,7 @@ # Full path to various commands for archiving # $Conf{SplitPath} = '/usr/bin/split'; --$Conf{ParPath} = ''; +-$Conf{ParPath} = '/usr/bin/par2'; +$Conf{ParPath} = '/usr/bin/par2' if -x '/usr/bin/par2'; $Conf{CatPath} = '/bin/cat'; $Conf{GzipPath} = '/bin/gzip';