diff options
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/pymol/pymol-2.5.0-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/pymol/pymol-2.5.0-r4.ebuild b/sci-chemistry/pymol/pymol-2.5.0-r4.ebuild index 0bc61b40744a..e4b4d3e2eadb 100644 --- a/sci-chemistry/pymol/pymol-2.5.0-r4.ebuild +++ b/sci-chemistry/pymol/pymol-2.5.0-r4.ebuild @@ -83,7 +83,7 @@ python_install_all() { # Move data to correct location dodir /usr/share/pymol - mv "${D}/$(python_get_sitedir)"/pymol/pymol_path/* "${D}/usr/share/pymol" || die + mv "${D}/$(python_get_sitedir)"/pymol/pymol_path/* "${ED}/usr/share/pymol" || die # These environment variables should not go in the wrapper script, or else # it will be impossible to use the PyMOL libraries from Python. |