diff --git a/dev-python/orjson/orjson-3.5.3.ebuild b/dev-python/orjson/orjson-3.5.3.ebuild index 64d9ca1ccc..3dc01d0d5a 100644 --- a/dev-python/orjson/orjson-3.5.3.ebuild +++ b/dev-python/orjson/orjson-3.5.3.ebuild @@ -90,11 +90,11 @@ pkg_setup() { src_compile() { maturin build --no-sdist --manylinux off --interpreter ${EPYTHON} $(usex debug "" --release) || die - unzip "target/wheels/${P}-*.whl" || die + unzip target/wheels/${P}-*.whl || die } src_install() { - python_domodule "${PN}"*.so + python_domodule orjson/orjson*.so dodoc README.md }