diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-08 14:57:06 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-08 14:57:25 +0100 |
commit | e829c371592c8b1899da5fc156d30b70c4a135d6 (patch) | |
tree | 2a9050262c5ecf020f72a211be3d757f3606ed05 /net-analyzer/nmap/nmap-9999.ebuild | |
parent | dev-db/pgtap: amd64 stable wrt bug #643544 (diff) | |
download | gentoo-e829c371592c8b1899da5fc156d30b70c4a135d6.tar.gz gentoo-e829c371592c8b1899da5fc156d30b70c4a135d6.tar.bz2 gentoo-e829c371592c8b1899da5fc156d30b70c4a135d6.zip |
net-analyzer/nmap: Fix typo in variable name.
Closes: https://bugs.gentoo.org/643860
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/nmap/nmap-9999.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 3424bf9d8b6e..ad91a6386b53 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -85,7 +85,7 @@ src_prepare() { local lingua if use nls; then for lingua in ${NMAP_LINGUAS[@]}; do - if ! has ${linguas} ${LINGUAS-${lingua}}; then + if ! has ${lingua} ${LINGUAS-${lingua}}; then rm -r zenmap/share/zenmap/locale/${lingua} || die rm zenmap/share/zenmap/locale/${lingua}.po || die fi |