dev-python/notebook_shim: fix usr/etc installation

Closes: https://bugs.gentoo.org/879297
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-11-03 19:39:26 +02:00
parent 8229456c0f
commit ae89d486ff

View File

@@ -36,3 +36,8 @@ python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -p pytest_tornasync.plugin
}
src_install() {
distutils-r1_src_install
mv "${ED}/usr/etc" "${ED}/etc" || die
}