diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2020-06-14 13:49:16 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2020-06-14 13:49:16 +0200 |
commit | 74292be3bc80e701d8edc741daf55e7053583ced (patch) | |
tree | 65980df281284816d6016be9321ca5e52ed21eec /sci-mathematics | |
parent | dev-ml/camlzip: Remove QA warning (diff) | |
download | gentoo-74292be3bc80e701d8edc741daf55e7053583ced.tar.gz gentoo-74292be3bc80e701d8edc741daf55e7053583ced.tar.bz2 gentoo-74292be3bc80e701d8edc741daf55e7053583ced.zip |
sci-mathematics/why3-for-spark: fix broken symlink
Closes: https://bugs.gentoo.org/728176
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild index e27b14270409..8f82a9c4bb89 100644 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild @@ -104,7 +104,7 @@ src_install() { dosym ../../../bin/why3${filename} ${cmdPath}/why3${filename} done rm "${D}"/usr/$(get_libdir)/why3/why3cpulimit - dosym ../../../bin/why3cpulimit /usr/$(get_libdir)/why3/why3cpulimit + dosym ../../bin/why3cpulimit /usr/$(get_libdir)/why3/why3cpulimit einstalldocs docompress -x /usr/share/doc/${PF}/examples |