Skip to content

Commit

Permalink
Use the gpg we built to setup the keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
brimstone committed Oct 22, 2017
1 parent d33a367 commit e198392
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gpg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ gpg: zlib libgpg-error libgcrypt libassuan libksba npth ../download/gpg.tar.bz2
mv out/share/gnupg/gpg-conf.skel root/share/gnupg/
mv out/share/gnupg/dirmngr-conf.skel root/share/gnupg/
ln -s gpg2 root/bin/gpg
gpg --import signingkey.pub
cp ${HOME}/.gnupg/pubring.kbx root/root/.gnupg/
root/bin/gpg --homedir root/root/.gnupg --import signingkey.pub
tar -cf out.tar -C root .

$(eval $(call cache, \
Expand Down

0 comments on commit e198392

Please sign in to comment.