mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-python/os-ken: fix dir to remove
Closes: https://bugs.gentoo.org/835877 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -48,6 +48,6 @@ BDEPEND="
|
|||||||
distutils_enable_tests nose
|
distutils_enable_tests nose
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
rm -r os-ken/os-ken/tests/integrated || die
|
rm -r "${S}/os_ken/tests/integrated" || die
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user