dev-java/openjfx: QA: use dodoc and unqoted variables

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2020-01-28 01:00:47 -08:00
parent 741d62ad1e
commit 9723970977
2 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2019 Gentoo Authors
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -194,7 +194,7 @@ src_configure() {
LINT = none
CONF = $(usex debug DebugNative Release)
NUM_COMPILE_THREADS = $(makeopts_jobs)
JFX_DEPS_URL = ${T}/jars
JFX_DEPS_URL = "${T}"/jars
COMPANY_NAME = "Gentoo"
_EOF_
}
@@ -213,8 +213,8 @@ src_install() {
doins build/javafx-exports.zip
if use doc; then
insinto /usr/share/doc/"${PF}"/html
doins -r build/javadoc/.
docinto html
dodoc -r build/javadoc/.
dosym "${EPREFIX}"/usr/share/doc/"${PF}" /usr/share/doc/"${PN}-${SLOT}"
fi
}

View File

@@ -193,7 +193,7 @@ src_configure() {
LINT = none
CONF = $(usex debug DebugNative Release)
NUM_COMPILE_THREADS = $(makeopts_jobs)
JFX_DEPS_URL = ${T}/jars
JFX_DEPS_URL = "${T}"/jars
COMPANY_NAME = "Gentoo"
_EOF_
}
@@ -212,8 +212,8 @@ src_install() {
doins build/javafx-exports.zip
if use doc; then
insinto /usr/share/doc/"${PF}"/html
doins -r build/javadoc/.
docinto html
dodoc -r build/javadoc/.
dosym "${EPREFIX}"/usr/share/doc/"${PF}" /usr/share/doc/"${PN}-${SLOT}"
fi
}