1
0
mirror of synced 2025-02-07 11:14:32 +01:00

rewrote according to new dir structure

This commit is contained in:
Horea Christian 2014-08-24 03:19:32 +02:00
parent 87bc0a803d
commit b540cacca4

View File

@ -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
}