mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
sci-mathematics/mathematica: fix wrong doc location with USE="-doc"
Closes: https://bugs.gentoo.org/967993 Signed-off-by: Huang Rui <vowstar@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45176 Closes: https://github.com/gentoo/gentoo/pull/45176 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ src_install() {
|
||||
|
||||
if ! use doc; then
|
||||
einfo "Removing documentation"
|
||||
rm -r "${S}/usr/share/Wolfram/Documentation/${MPV}/en-us" || die
|
||||
rm -r "${S}/opt/Wolfram/Mathematica/${MPV}/Documentation/English" || die
|
||||
fi
|
||||
|
||||
# fix world writable file QA problem for files
|
||||
+1
-1
@@ -107,7 +107,7 @@ src_install() {
|
||||
|
||||
if ! use doc; then
|
||||
einfo "Removing documentation"
|
||||
rm -r "${S}/usr/share/Wolfram/Documentation/${MPV}/en-us" || die
|
||||
rm -r "${S}/opt/Wolfram/Mathematica/${MPV}/Documentation/English" || die
|
||||
fi
|
||||
|
||||
# fix world writable file QA problem for files
|
||||
Reference in New Issue
Block a user