mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
texlive-module:eclass correct missing if block
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
@@ -163,7 +163,11 @@ texlive-module_add_format() {
|
||||
local name engine mode patterns options
|
||||
eval $@
|
||||
einfo "Appending to format.${PN}.cnf for $@"
|
||||
[[ -d texmf-dist/fmtutil ]] || mkdir -p texmf-dist/fmtutil || die
|
||||
|
||||
if [[ ! -d texmf-dist/fmtutil ]]; then
|
||||
mkdir -p texmf-dist/fmtutil || die
|
||||
fi
|
||||
|
||||
[[ -f texmf-dist/fmtutil/format.${PN}.cnf ]] || { echo "# Generated for ${PN} by texlive-module.eclass" > texmf-dist/fmtutil/format.${PN}.cnf; }
|
||||
[[ -n ${TEXLIVE_MODULE_OPTIONAL_ENGINE} ]] && has ${engine} ${TEXLIVE_MODULE_OPTIONAL_ENGINE} && use !${engine} && mode="disabled"
|
||||
if [[ ${mode} = disabled ]]; then
|
||||
|
||||
Reference in New Issue
Block a user