summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-29 02:43:52 +0100
committerSam James <sam@gentoo.org>2021-04-29 02:51:57 +0100
commit994b607cfcc1baefd946974e20332143f8cfb323 (patch)
treeceb14a7821bca0322782037ade0f55f160546b90 /app-crypt/pkcrack
parentsci-visualization/xgraph: fix variable reference style (diff)
downloadgentoo-994b607cfcc1baefd946974e20332143f8cfb323.tar.gz
gentoo-994b607cfcc1baefd946974e20332143f8cfb323.tar.bz2
gentoo-994b607cfcc1baefd946974e20332143f8cfb323.zip
app-crypt/pkcrack: fix variable reference style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/pkcrack')
-rw-r--r--app-crypt/pkcrack/pkcrack-1.2.2-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/pkcrack/pkcrack-1.2.2-r1.ebuild b/app-crypt/pkcrack/pkcrack-1.2.2-r1.ebuild
index 4354930c7646..202b59ce9a9f 100644
--- a/app-crypt/pkcrack/pkcrack-1.2.2-r1.ebuild
+++ b/app-crypt/pkcrack/pkcrack-1.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -46,10 +46,10 @@ src_install() {
einstalldocs
cd src
dobin pkcrack zipdecrypt findkey makekey
- newbin extract "$PN-extract"
+ newbin extract "${PN}-extract"
}
pkg_postinst() {
- ewarn "Due to file collision, extract utility was renamed to $PN-extract,"
+ ewarn "Due to file collision, extract utility was renamed to ${PN}-extract,"
ewarn "see bug#247394"
}