1
0
Fork 0
mirror of synced 2025-07-04 20:38:49 +02: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
}