summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2015-03-11 20:01:27 +0100
committerCtibor <ctibor.brancik@seznam.cz>2015-03-11 20:01:27 +0100
commitc7329e35d167c9aa10e7fa495c5ef15cd14a5b46 (patch)
tree63b7769db86b2f91e9c49e7abbdf6de7c02ce277 /sci-astronomy
parent23f4378be3691b9daf57bde6ec079c56bd1ef688 (diff)
downloadbrancik-overlay-c7329e35d167c9aa10e7fa495c5ef15cd14a5b46.tar.gz
brancik-overlay-c7329e35d167c9aa10e7fa495c5ef15cd14a5b46.tar.bz2
Fix wrong use of ${PF} variable in installation paths in sci-astronomy/astrometry.
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/astrometry/astrometry-0.52-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-astronomy/astrometry/astrometry-0.52-r1.ebuild b/sci-astronomy/astrometry/astrometry-0.52-r1.ebuild
index d8e5b07..92d1cc4 100644
--- a/sci-astronomy/astrometry/astrometry-0.52-r1.ebuild
+++ b/sci-astronomy/astrometry/astrometry-0.52-r1.ebuild
@@ -73,14 +73,14 @@ src_compile() {
src_install() {
export INSTALL_DIR="${ED}"/usr
- export DATA_INSTALL_DIR="${INSTALL_DIR}"/share/"${PF}"/data
+ export DATA_INSTALL_DIR="${INSTALL_DIR}"/share/"${PN}"/data
export BIN_INSTALL_DIR="${INSTALL_DIR}"/bin
- export INCLUDE_INSTALL_DIR="${INSTALL_DIR}"/include/"${PF}"
+ export INCLUDE_INSTALL_DIR="${INSTALL_DIR}"/include/"${PN}"
export LIB_INSTALL_DIR="${INSTALL_DIR}"/lib
python_export python2.7
- export PY_BASE_INSTALL_DIR="${LIB_INSTALL_DIR}"/"${EPYTHON}"/"${PF}"
- export PY_BASE_LINK_DIR=../lib/"${EPYTHON}"/"${PF}"
- export ETC_INSTALL_DIR="${INSTALL_DIR}"/share/"${PF}"/etc
+ export PY_BASE_INSTALL_DIR="${LIB_INSTALL_DIR}"/"${EPYTHON}"/"${PN}"
+ export PY_BASE_LINK_DIR=../lib/"${EPYTHON}"/"${PN}"
+ export ETC_INSTALL_DIR="${INSTALL_DIR}"/share/"${PN}"/etc
export DOC_INSTALL_DIR="${INSTALL_DIR}"/share/doc/"${PF}"
export UPS_INSTALL_DIR="${DOC_INSTALL_DIR}"/ups
export EXAMPLES_INSTALL_DIR="${DOC_INSTALL_DIR}"/examples