diff --git a/dev-python/chr-helpers/chr-helpers-9999.ebuild b/dev-python/chr-helpers/chr-helpers-9999.ebuild index e6b8f3a..8f840de 100644 --- a/dev-python/chr-helpers/chr-helpers-9999.ebuild +++ b/dev-python/chr-helpers/chr-helpers-9999.ebuild @@ -22,8 +22,8 @@ RDEPEND="dev-python/pandas" src_install() { python_optimize . - python_domodule "${S}"/chr_helpers/chr_helpers.py - python_domodule "${S}"/chr_helpers/chr_matplotlib.py + python_domodule "${S}"/"${PN}".py + python_domodule "${S}"/chr_matplotlib.py }