commit: 209678c6bc454b852a392a616aff1a60aee28ab7 Author: Rahil Bhimjiani <me <AT> rahil <DOT> rocks> AuthorDate: Mon Apr 21 05:28:48 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Apr 21 23:32:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209678c6
app-containers/podman: fix user/init.d script installation Closes: https://bugs.gentoo.org/954123 Signed-off-by: Rahil Bhimjiani <me <AT> rahil.rocks> From: https://github.com/gentoo/gentoo/pull/41682 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-containers/podman/podman-5.4.2.ebuild | 4 ++-- app-containers/podman/podman-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-containers/podman/podman-5.4.2.ebuild b/app-containers/podman/podman-5.4.2.ebuild index 6007e6e92ad5..63b7045fe612 100644 --- a/app-containers/podman/podman-5.4.2.ebuild +++ b/app-containers/podman/podman-5.4.2.ebuild @@ -125,10 +125,10 @@ src_install() { newins "${FILESDIR}/podman.logrotated" podman exeinto /etc/user/init.d - newexe "${FILESDIR}/podman-5.0.0_rc4.user.initd" + newexe "${FILESDIR}/podman-5.0.0_rc4.user.initd" podman insinto /etc/user/conf.d - newins "${FILESDIR}/podman-5.0.0_rc4.user.confd" + newins "${FILESDIR}/podman-5.0.0_rc4.user.confd" podman fi keepdir /var/lib/containers diff --git a/app-containers/podman/podman-9999.ebuild b/app-containers/podman/podman-9999.ebuild index 6007e6e92ad5..63b7045fe612 100644 --- a/app-containers/podman/podman-9999.ebuild +++ b/app-containers/podman/podman-9999.ebuild @@ -125,10 +125,10 @@ src_install() { newins "${FILESDIR}/podman.logrotated" podman exeinto /etc/user/init.d - newexe "${FILESDIR}/podman-5.0.0_rc4.user.initd" + newexe "${FILESDIR}/podman-5.0.0_rc4.user.initd" podman insinto /etc/user/conf.d - newins "${FILESDIR}/podman-5.0.0_rc4.user.confd" + newins "${FILESDIR}/podman-5.0.0_rc4.user.confd" podman fi keepdir /var/lib/containers