chiark / gitweb /
tcl: Update from 8.6.5 to 8.6.6
[termux-packages] / packages / apt / apt-pkg-contrib-gpgv.cc.patch
1 diff -u -r ../apt-1.1.3/apt-pkg/contrib/gpgv.cc ./apt-pkg/contrib/gpgv.cc
2 --- ../apt-1.1.3/apt-pkg/contrib/gpgv.cc        2015-11-30 03:08:24.000000000 -0500
3 +++ ./apt-pkg/contrib/gpgv.cc   2015-12-03 16:57:57.183003187 -0500
4 @@ -47,7 +47,7 @@
5               int const &statusfd, int fd[2], std::string const &key)
6  {
7     #define EINTERNAL 111
8 -   std::string const aptkey = _config->FindFile("Dir::Bin::apt-key", "/usr/bin/apt-key");
9 +   std::string const aptkey = _config->FindFile("Dir::Bin::apt-key", "@TERMUX_PREFIX@/bin/apt-key");
10  
11     bool const Debug = _config->FindB("Debug::Acquire::gpgv", false);
12