diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-07-20 13:30:51 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-07-20 13:31:44 +0200 |
commit | 7c1155b0a87a8388154a392f173e0399394cd681 (patch) | |
tree | 73859772e3affd08ea3f7ebc273bcf8c104bed08 /sci-chemistry | |
parent | profiles/arch/amd64/x32: mask more packages/flags depending on notebook (diff) | |
download | gentoo-7c1155b0a87a8388154a392f173e0399394cd681.tar.gz gentoo-7c1155b0a87a8388154a392f173e0399394cd681.tar.bz2 gentoo-7c1155b0a87a8388154a392f173e0399394cd681.zip |
sci-chemistry/pymol: Fix install on prefix
Thanks-to: hsk17
Bug: https://bugs.gentoo.org/910021
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
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. |