summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-08-30 22:53:58 -0400
committerMichael Orlitzky <mjo@gentoo.org>2023-08-30 23:09:48 -0400
commit2c384afd623be805add7c1915da89599d8c3e5c7 (patch)
treee600c43d82eea4154b4d2b94e2a5e9c9ae54e7f3 /dev-libs/mathjax
parentsys-devel/crossdev: add 20230831 (diff)
downloadgentoo-2c384afd623be805add7c1915da89599d8c3e5c7.tar.gz
gentoo-2c384afd623be805add7c1915da89599d8c3e5c7.tar.bz2
gentoo-2c384afd623be805add7c1915da89599d8c3e5c7.zip
dev-libs/mathjax: add doxygen compatibility symlink
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-libs/mathjax')
-rw-r--r--dev-libs/mathjax/mathjax-3.2.2-r1.ebuild (renamed from dev-libs/mathjax/mathjax-3.2.2.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/mathjax/mathjax-3.2.2.ebuild b/dev-libs/mathjax/mathjax-3.2.2-r1.ebuild
index 9d8ec2feb032..d3e1ef080627 100644
--- a/dev-libs/mathjax/mathjax-3.2.2.ebuild
+++ b/dev-libs/mathjax/mathjax-3.2.2-r1.ebuild
@@ -40,6 +40,8 @@ src_install() {
insinto "/usr/share/${PN}"
# Start the install beneath the "es5" directory for compatibility with
- # Arch, Solus, and Void Linux.
+ # Arch, Solus, and Void Linux, but leave a fake "es5" symlink for
+ # packages (like doxygen) that expect it.
doins -r es5/*
+ dosym -r "/usr/share/${PN}" "/usr/share/${PN}/es5"
}