summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaco Kroon <jaco@uls.co.za>2022-02-18 07:29:47 +0200
committerSam James <sam@gentoo.org>2022-02-19 05:13:48 +0000
commit624110e3a3dee062a53e66cd2c0b7554fb29d4ef (patch)
treecde6d4fc9769ab58548c8f98e78315f27ddf1547 /net-misc
parentnet-misc/asterisk: remove old ebuilds + files. (diff)
downloadgentoo-624110e3a3dee062a53e66cd2c0b7554fb29d4ef.tar.gz
gentoo-624110e3a3dee062a53e66cd2c0b7554fb29d4ef.tar.bz2
gentoo-624110e3a3dee062a53e66cd2c0b7554fb29d4ef.zip
net-misc/asterisk-moh-opsound: fix dodir insinto
As per https://qa-reports.gentoo.org/output/gentoo-ci/82179587a2/output.html#net-misc/asterisk-moh-opsound 2.03-r1 RedundantDodir dodir called before insinto, line 39: dodir /var/lib/asterisk/moh Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/24195 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
index 1e55dbf25b31..9c5c1bcc2ef4 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -36,7 +36,6 @@ src_install() {
diropts -m 0755 -o root -g root
insopts -m 0644 -o root -g root
- dodir /var/lib/asterisk/moh
insinto /var/lib/asterisk/moh
doins -r .
}