commit:     7c1155b0a87a8388154a392f173e0399394cd681
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 11:30:51 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 11:31:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c1155b0

sci-chemistry/pymol: Fix install on prefix

Thanks-to: hsk17
Bug: https://bugs.gentoo.org/910021
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sci-chemistry/pymol/pymol-2.5.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.

Reply via email to