diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-22 22:52:50 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-22 23:18:17 +0000 |
commit | 0121cf433d10ad90251b5c8875b7321f279f7a00 (patch) | |
tree | 82b4bd6d9ad3b928774ae5c61f59dace7f9f2fab /sci-astronomy | |
parent | dev-python/plotly: initial import (diff) | |
download | gentoo-0121cf433d10ad90251b5c8875b7321f279f7a00.tar.gz gentoo-0121cf433d10ad90251b5c8875b7321f279f7a00.tar.bz2 gentoo-0121cf433d10ad90251b5c8875b7321f279f7a00.zip |
sci-astronomy/astrometry: fix utilities relative linking
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=577786
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/astrometry/astrometry-0.67-r1.ebuild (renamed from sci-astronomy/astrometry/astrometry-0.67.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-astronomy/astrometry/astrometry-0.67.ebuild b/sci-astronomy/astrometry/astrometry-0.67-r1.ebuild index df51244787bb..791af35ed593 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" \ $@ |