mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user