Hi,

The problem is on the Debian side. The file is installed into
$(pkgdatadir), which is by default $(datadir)/$(PACKAGE)
(/usr/share/gnupg). You configure and build the stuff, whithout changing
this value (check -DGNUPG_DATADIR=...), but in the install target, you
manipulate $(pkgdatadir):

$(MAKE) DESTDIR=$(CURDIR)/debian/tmp \
  pkgdatadir=/usr/share/gnupg2 install

But it wasn't build with this value. So gpg2 looks into the wrong place
(probably for other files as well).

Regards, Daniel




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to