diff options
author | Norbert Preining <preining@logic.at> | 2016-04-18 02:00:02 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2016-04-18 02:00:02 +0000 |
commit | c6c9e7484244f342775d4241519b0170a1cf315e (patch) | |
tree | c451d98015bb380054833e60286e3f18a2dbed1d | |
parent | a6ed5380669adc157133e2d57ec3ee8977172fd4 (diff) |
tl-update-install-pkg: default to full path for gpg cmd
git-svn-id: svn://tug.org/texlive/trunk@40589 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/tl-update-install-pkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-install-pkg b/Master/tlpkg/bin/tl-update-install-pkg index 41b2a24c8a7..f6340469f77 100755 --- a/Master/tlpkg/bin/tl-update-install-pkg +++ b/Master/tlpkg/bin/tl-update-install-pkg @@ -38,7 +38,7 @@ use TeXLive::TLConfig; $opt_help = 0; $opt_verbose = 0; $opt_texlivedocs = 0; -my $opt_gpgcmd = "tl-sign-file"; +my $opt_gpgcmd = "$::installerdir/tlpkg/bin/tl-sign-file"; sub usage { print <<'EOF'; |