diff options
author | 2022-07-08 08:33:02 +0200 | |
---|---|---|
committer | 2022-07-08 08:58:54 +0200 | |
commit | 47e846626647984cbde3592dce37c5094fa3934c (patch) | |
tree | cb569a9cbce7efc075717beffe3c8cd833eee2a2 /net-analyzer/zabbix | |
parent | media-sound/picard: x86 stable wrt bug #856958 (diff) | |
download | gentoo-47e846626647984cbde3592dce37c5094fa3934c.tar.gz gentoo-47e846626647984cbde3592dce37c5094fa3934c.tar.bz2 gentoo-47e846626647984cbde3592dce37c5094fa3934c.zip |
net-analyzer/zabbix: remove redundant dodir, followed by keepdir
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r-- | net-analyzer/zabbix/zabbix-6.0.5.ebuild | 1 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-6.0.6.ebuild | 1 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-6.2.0.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/net-analyzer/zabbix/zabbix-6.0.5.ebuild b/net-analyzer/zabbix/zabbix-6.0.5.ebuild index 1efc01ead313..9d5da62b1a9f 100644 --- a/net-analyzer/zabbix/zabbix-6.0.5.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.5.ebuild @@ -201,7 +201,6 @@ src_install() { ) for dir in "${dirs[@]}"; do - dodir "${dir}" keepdir "${dir}" done diff --git a/net-analyzer/zabbix/zabbix-6.0.6.ebuild b/net-analyzer/zabbix/zabbix-6.0.6.ebuild index c3f2fa649574..610168ebb49b 100644 --- a/net-analyzer/zabbix/zabbix-6.0.6.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.6.ebuild @@ -201,7 +201,6 @@ src_install() { ) for dir in "${dirs[@]}"; do - dodir "${dir}" keepdir "${dir}" done diff --git a/net-analyzer/zabbix/zabbix-6.2.0.ebuild b/net-analyzer/zabbix/zabbix-6.2.0.ebuild index c3f2fa649574..610168ebb49b 100644 --- a/net-analyzer/zabbix/zabbix-6.2.0.ebuild +++ b/net-analyzer/zabbix/zabbix-6.2.0.ebuild @@ -201,7 +201,6 @@ src_install() { ) for dir in "${dirs[@]}"; do - dodir "${dir}" keepdir "${dir}" done |