diff options
author | David Seifert <soap@gentoo.org> | 2019-08-11 13:50:08 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-11 13:50:08 +0200 |
commit | c573742f5219d6c98b6c7d5b82b8ab17b538e20b (patch) | |
tree | aa92f033ad9c74c3b2ac0bea47d221805560c68a /sci-astronomy | |
parent | net-p2p/bittornado: [QA] Fix double-prefix (diff) | |
download | gentoo-c573742f5219d6c98b6c7d5b82b8ab17b538e20b.tar.gz gentoo-c573742f5219d6c98b6c7d5b82b8ab17b538e20b.tar.bz2 gentoo-c573742f5219d6c98b6c7d5b82b8ab17b538e20b.zip |
sci-astronomy/astrometry: [QA] Fix double-prefix
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/astrometry/astrometry-0.67-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/astrometry/astrometry-0.70.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/astrometry/astrometry-0.72.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild b/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild index 79cf93d35da2..75a92d3581f5 100644 --- a/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild +++ b/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -87,7 +87,7 @@ ap_make() { MAN1_INSTALL_DIR="${ED%/}/usr/share/man/man1" \ DOC_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}" \ EXAMPLE_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}/examples" \ - PY_BASE_INSTALL_DIR="${ED%/}$(python_get_sitedir)/astrometry" \ + PY_BASE_INSTALL_DIR="${D}/$(python_get_sitedir)/astrometry" \ PY_BASE_LINK_DIR="../$(python_get_sitedir | sed -e 's|/usr/||')/astrometry" \ FINAL_DIR="${EPREFIX%/}/usr" \ DATA_FINAL_DIR="${EPREFIX%/}/usr/share/astrometry" \ diff --git a/sci-astronomy/astrometry/astrometry-0.70.ebuild b/sci-astronomy/astrometry/astrometry-0.70.ebuild index 99a28b7ec1d6..d17b0d7aaf93 100644 --- a/sci-astronomy/astrometry/astrometry-0.70.ebuild +++ b/sci-astronomy/astrometry/astrometry-0.70.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -87,7 +87,7 @@ ap_make() { MAN1_INSTALL_DIR="${ED%/}/usr/share/man/man1" \ DOC_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}" \ EXAMPLE_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}/examples" \ - PY_BASE_INSTALL_DIR="${ED%/}$(python_get_sitedir)/astrometry" \ + PY_BASE_INSTALL_DIR="${D}/$(python_get_sitedir)/astrometry" \ PY_BASE_LINK_DIR="../$(python_get_sitedir | sed -e 's|/usr/||')/astrometry" \ FINAL_DIR="${EPREFIX%/}/usr" \ DATA_FINAL_DIR="${EPREFIX%/}/usr/share/astrometry" \ diff --git a/sci-astronomy/astrometry/astrometry-0.72.ebuild b/sci-astronomy/astrometry/astrometry-0.72.ebuild index 0a59e2174f17..b0fe8ea5b2ae 100644 --- a/sci-astronomy/astrometry/astrometry-0.72.ebuild +++ b/sci-astronomy/astrometry/astrometry-0.72.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -87,7 +87,7 @@ ap_make() { MAN1_INSTALL_DIR="${ED%/}/usr/share/man/man1" \ DOC_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}" \ EXAMPLE_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}/examples" \ - PY_BASE_INSTALL_DIR="${ED%/}$(python_get_sitedir)/astrometry" \ + PY_BASE_INSTALL_DIR="${D}/$(python_get_sitedir)/astrometry" \ PY_BASE_LINK_DIR="../$(python_get_sitedir | sed -e 's|/usr/||')/astrometry" \ FINAL_DIR="${EPREFIX%/}/usr" \ DATA_FINAL_DIR="${EPREFIX%/}/usr/share/astrometry" \ |