diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-install-pkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-install-pkg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-install-pkg b/Master/tlpkg/bin/tl-update-install-pkg index f6340469f77..d66c6f48325 100755 --- a/Master/tlpkg/bin/tl-update-install-pkg +++ b/Master/tlpkg/bin/tl-update-install-pkg @@ -1,8 +1,7 @@ #!/usr/bin/env perl # $Id$ # -# Copyright 2008, 2009, 2013, 2014, 2015 -# Reinhard Kotucha, Norbert Preining, Karl Berry +# Copyright 2008-2016 Reinhard Kotucha, Norbert Preining, Karl Berry # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -23,7 +22,7 @@ BEGIN { chomp ($installerdir = `pwd`); unshift (@INC, "$::installerdir/tlpkg"); # - $ENV{"PATH"} = "/usr/local/gnu/bin:$ENV{PATH}"; # for sha256sum + $ENV{"PATH"} = "/usr/local/gnu/bin:$ENV{PATH}"; # for sha*sum } use Cwd qw(abs_path); @@ -54,6 +53,7 @@ Options: -t, --texlivedocs Include the pdf and html versions of the texlive guide. -o, --outputdir Target directory. Must exist and be writable. -v, --verbose Extra messages. + --gpgcmd Use value instead of tl-sign-file. EOF ; exit 0; |