From ec33d72ed1e7ef94eadc9b6001dfdd10fda1d73e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 18 Apr 2016 22:56:59 +0000 Subject: doc git-svn-id: svn://tug.org/texlive/trunk@40604 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-install-pkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/bin') 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; -- cgit v1.2.3