fix(gnupg)

don't include a gpg.conf so our shim can make its own.
This commit is contained in:
Jacob Heider 2023-11-17 13:59:30 -05:00 committed by Jacob Heider
parent 75b54281e9
commit 60d3d1dfec
2 changed files with 2 additions and 1 deletions

View file

@ -15,4 +15,4 @@ agent-program $d/gpg-agent
EOF
fi
"$d"/gpg-exec "$@"
exec "$d"/gpg-exec "$@"

View file

@ -44,6 +44,7 @@ build:
- run: |
mkdir -p var/run etc/gnupg
chmod 700 etc/gnupg
rm -f etc/gnupg/gpg.conf
working-directory: '{{prefix}}'
- run: |
mv ./gpg ./gpg-exec