diff options
author | Sam James <sam@gentoo.org> | 2022-08-11 12:07:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-11 12:13:09 +0100 |
commit | 269faa14a05a72e821a2d79bc2677ea77a559c72 (patch) | |
tree | 8c0db58dc1d21d681c09855cc8fc38b99d0989da /sec-keys | |
parent | sci-libs/p4est: fix UnquotedVariable (diff) | |
download | gentoo-269faa14a05a72e821a2d79bc2677ea77a559c72.tar.gz gentoo-269faa14a05a72e821a2d79bc2677ea77a559c72.tar.bz2 gentoo-269faa14a05a72e821a2d79bc2677ea77a559c72.zip |
sec-keys/openpgp-keys-voikko: fix UnquotedVariable
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-keys')
-rw-r--r-- | sec-keys/openpgp-keys-voikko/openpgp-keys-voikko-20201013.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |