commit: 3caf37f1f73d869e8279f38f65b213673d9fa9fc Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Aug 12 14:57:16 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Aug 12 14:57:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3caf37f1
dev-util/schroot: keepdir /etc/schroot/chroot.d Closes: https://bugs.gentoo.org/961345 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> .../schroot/{schroot-1.6.13_p7.ebuild => schroot-1.6.13_p7-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/schroot/schroot-1.6.13_p7.ebuild b/dev-util/schroot/schroot-1.6.13_p7-r1.ebuild similarity index 98% rename from dev-util/schroot/schroot-1.6.13_p7.ebuild rename to dev-util/schroot/schroot-1.6.13_p7-r1.ebuild index 392a3e3e8b50..56c0e48c44d7 100644 --- a/dev-util/schroot/schroot-1.6.13_p7.ebuild +++ b/dev-util/schroot/schroot-1.6.13_p7-r1.ebuild @@ -135,6 +135,7 @@ src_install() { doexe "${FILESDIR}/06zfscloneopts" fi + keepdir /etc/schroot/chroot.d # bug 961345 keepdir /var/lib/schroot/{session,unpack,union/{overlay,underlay}} docinto contrib/setup.d
