commit: 0121cf433d10ad90251b5c8875b7321f279f7a00 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org> AuthorDate: Tue Mar 22 22:52:50 2016 +0000 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org> CommitDate: Tue Mar 22 23:18:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0121cf43
sci-astronomy/astrometry: fix utilities relative linking Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=577786 Package-Manager: portage-2.2.28 .../astrometry/{astrometry-0.67.ebuild => astrometry-0.67-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-astronomy/astrometry/astrometry-0.67.ebuild b/sci-astronomy/astrometry/astrometry-0.67-r1.ebuild similarity index 97% rename from sci-astronomy/astrometry/astrometry-0.67.ebuild rename to sci-astronomy/astrometry/astrometry-0.67-r1.ebuild index df51244..791af35 100644 --- a/sci-astronomy/astrometry/astrometry-0.67.ebuild +++ b/sci-astronomy/astrometry/astrometry-0.67-r1.ebuild @@ -85,6 +85,7 @@ ap_make() { 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_LINK_DIR="../$(python_get_sitedir | sed -e 's|/usr/||')/astrometry" \ FINAL_DIR="${EPREFIX}usr" \ DATA_FINAL_DIR="${EPREFIX}usr/share/astrometry" \ $@
