commit: f22242259497a007fc4b36db8b2201cd72ab8d8b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 18:55:26 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 19:49:18 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f2224225
sci-biology/fsl: Fix repoman warnings
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
Package-Manager: Portage-2.3.14, Repoman-2.3.6
sci-biology/fsl/fsl-5.0.8.ebuild | 4 ++--
sci-biology/fsl/fsl-5.0.9.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sci-biology/fsl/fsl-5.0.8.ebuild b/sci-biology/fsl/fsl-5.0.8.ebuild
index 7916c0811..d420bbacc 100644
--- a/sci-biology/fsl/fsl-5.0.8.ebuild
+++ b/sci-biology/fsl/fsl-5.0.8.ebuild
@@ -130,8 +130,8 @@ src_install() {
#the following is needed for FSL and depending programs to be able
#to find its files, since FSL uses an uncommon:
#https://github.com/gentoo-science/sci/pull/612#r60289295
- dosym /etc /usr/share/fsl/etc
- dosym /usr/share/doc/${P} /usr/share/fsl/doc
+ dosym ../../../etc /usr/share/fsl/etc
+ dosym ../doc/${P} /usr/share/fsl/doc
cp "${FILESDIR}"/99fsl "${TMPDIR}"/99fsl || die
eprefixify "${TMPDIR}"/99fsl
diff --git a/sci-biology/fsl/fsl-5.0.9.ebuild b/sci-biology/fsl/fsl-5.0.9.ebuild
index bc96cec06..6e9ff6233 100644
--- a/sci-biology/fsl/fsl-5.0.9.ebuild
+++ b/sci-biology/fsl/fsl-5.0.9.ebuild
@@ -125,9 +125,9 @@ src_install() {
#the following is needed for FSL and depending programs to be able
#to find its files, since FSL uses an uncommon installation path:
#https://github.com/gentoo-science/sci/pull/612#r60289295
- dosym /etc ${UPSTREAM_FSLDIR}/etc
- dosym /usr/share/doc/${PF} ${UPSTREAM_FSLDIR}/doc
- dosym /usr/bin ${UPSTREAM_FSLDIR}/bin
+ dosym ../../../etc ${UPSTREAM_FSLDIR}/etc
+ dosym ../doc/${PF} ${UPSTREAM_FSLDIR}/doc
+ dosym ../../bin ${UPSTREAM_FSLDIR}/bin
doenvd "$(prefixify_ro "${FILESDIR}"/99fsl)"
mv "${ED}"/usr/bin/{,fsl_}cluster || die