From dbc44398c0c4985d87788a366cc07af63ecd2cd8 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 11 Feb 2007 23:00:35 +0000 Subject: APT is the Debian project's advanced front-end for dpkg. APT features complete installation ordering, multiple source capability and several other unique features. WWW: http://packages.debian.org/apt PR: ports/105563 Submitted by: Nick Barkas --- sysutils/apt/files/patch-methods_gpgv.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/apt/files/patch-methods_gpgv.cc (limited to 'sysutils/apt/files/patch-methods_gpgv.cc') diff --git a/sysutils/apt/files/patch-methods_gpgv.cc b/sysutils/apt/files/patch-methods_gpgv.cc new file mode 100644 index 000000000000..11532d927474 --- /dev/null +++ b/sysutils/apt/files/patch-methods_gpgv.cc @@ -0,0 +1,13 @@ +--- methods/gpgv.cc.orig Tue Jul 25 04:19:02 2006 ++++ methods/gpgv.cc Tue Nov 14 21:18:00 2006 +@@ -52,8 +52,8 @@ + FILE *pipein; + int status; + struct stat buff; +- string gpgvpath = _config->Find("Dir::Bin::gpg", "/usr/bin/gpgv"); +- string pubringpath = _config->Find("APT::GPGV::TrustedKeyring", "/etc/apt/trusted.gpg"); ++ string gpgvpath = _config->Find("Dir::Bin::gpg", "@LOCALBASE@/bin/gpgv"); ++ string pubringpath = _config->Find("APT::GPGV::TrustedKeyring", "@PREFIX@/etc/apt/trusted.gpg"); + if (_config->FindB("Debug::Acquire::gpgv", false)) + { + std::cerr << "gpgv path: " << gpgvpath << std::endl; -- cgit v1.2.3