commit: 75ad9ddbf2941707168df619a58bcc10a04a913a Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Feb 28 15:05:14 2023 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Feb 28 15:05:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ad9ddb
net-misc/connman: actually install modified conf.d file for USE=iwd Bug: https://bugs.gentoo.org/897742 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> ...nnman-1.42_pre20230116.ebuild => connman-1.42_pre20230116-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/connman/connman-1.42_pre20230116.ebuild b/net-misc/connman/connman-1.42_pre20230116-r1.ebuild similarity index 98% rename from net-misc/connman/connman-1.42_pre20230116.ebuild rename to net-misc/connman/connman-1.42_pre20230116-r1.ebuild index 140c2c70f514..2f464d316e0d 100644 --- a/net-misc/connman/connman-1.42_pre20230116.ebuild +++ b/net-misc/connman/connman-1.42_pre20230116-r1.ebuild @@ -125,7 +125,7 @@ src_install() { keepdir /usr/lib/${PN}/scripts keepdir /var/lib/${PN} newinitd "${T}"/${PN}.initd2 ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} + newconfd "${T}"/${PN}.confd ${PN} } pkg_postinst() {
