Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-voikko/
Date: Thu, 11 Aug 2022 11:13:48
Message-Id: 1660216389.269faa14a05a72e821a2d79bc2677ea77a559c72.sam@gentoo
1 commit: 269faa14a05a72e821a2d79bc2677ea77a559c72
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 11 11:07:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 11 11:13:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269faa14
7
8 sec-keys/openpgp-keys-voikko: fix UnquotedVariable
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sec-keys/openpgp-keys-voikko/openpgp-keys-voikko-20201013.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sec-keys/openpgp-keys-voikko/openpgp-keys-voikko-20201013.ebuild b/sec-keys/openpgp-keys-voikko/openpgp-keys-voikko-20201013.ebuild
16 index 00145ecbf26f..0535a2601ee5 100644
17 --- a/sec-keys/openpgp-keys-voikko/openpgp-keys-voikko-20201013.ebuild
18 +++ b/sec-keys/openpgp-keys-voikko/openpgp-keys-voikko-20201013.ebuild
19 @@ -15,5 +15,5 @@ S="${WORKDIR}"
20
21 src_install() {
22 insinto /usr/share/openpgp-keys
23 - newins - voikko.asc < <(awk '/-----BEGIN PGP PUBLIC KEY BLOCK-----/,/-----END PGP PUBLIC KEY BLOCK-----/' ${DISTDIR}/4AE3942E.asc.html || die)
24 + newins - voikko.asc < <(awk '/-----BEGIN PGP PUBLIC KEY BLOCK-----/,/-----END PGP PUBLIC KEY BLOCK-----/' "${DISTDIR}"/4AE3942E.asc.html || die)
25 }