Key Discovery Made Simple

Peter Lebbing peter at digitalbrains.com
Wed Aug 31 12:58:29 CEST 2016


Well, as long as we are submitting minor corrections to the blog post, I
wondered about the directory name in this command:

> $ make -f ~/b-w32/speedo/gnupg-2.1.15/build-aux/speedo.mk            \
> >  INSTALL_PREFIX=. speedo_pkg_gnupg_configure='--enable-gpg2-is-gpg \
> >      --disable-g13 --enable-wks-tools' native

Specifically, the -f argument to make. It's clear you need to invoke this
command and others in the home directory of the user (and not a subdirectory of
the home directory). Perhaps it's better to put some emphasis on this aspect,
and I think the command could then be:

> $ make -f gnupg-2.1.15/build-aux/speedo.mk                           \
> >  INSTALL_PREFIX=. speedo_pkg_gnupg_configure='--enable-gpg2-is-gpg \
> >      --disable-g13 --enable-wks-tools' native

HTH,

Peter.

-- 
I use the GNU Privacy Guard (GnuPG) in combination with Enigmail.
You can send me encrypted mail if you want some privacy.
My key is available at <http://digitalbrains.com/2012/openpgp-key-peter>



More information about the Gnupg-users mailing list