From 269faa14a05a72e821a2d79bc2677ea77a559c72 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 11 Aug 2022 12:07:09 +0100 Subject: sec-keys/openpgp-keys-voikko: fix UnquotedVariable Signed-off-by: Sam James --- sec-keys/openpgp-keys-voikko/openpgp-keys-voikko-20201013.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sec-keys') diff --git a/sec-keys/openpgp-keys-voikko/openpgp-keys-voikko-20201013.ebuild b/sec-keys/openpgp-keys-voikko/openpgp-keys-voikko-20201013.ebuild index 00145ecbf26f..0535a2601ee5 100644 --- a/sec-keys/openpgp-keys-voikko/openpgp-keys-voikko-20201013.ebuild +++ b/sec-keys/openpgp-keys-voikko/openpgp-keys-voikko-20201013.ebuild @@ -15,5 +15,5 @@ S="${WORKDIR}" src_install() { insinto /usr/share/openpgp-keys - newins - voikko.asc < <(awk '/-----BEGIN PGP PUBLIC KEY BLOCK-----/,/-----END PGP PUBLIC KEY BLOCK-----/' ${DISTDIR}/4AE3942E.asc.html || die) + newins - voikko.asc < <(awk '/-----BEGIN PGP PUBLIC KEY BLOCK-----/,/-----END PGP PUBLIC KEY BLOCK-----/' "${DISTDIR}"/4AE3942E.asc.html || die) } -- cgit v1.2.3-65-gdbad