[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gentoo-dev
Subject:    Re: [gentoo-dev] [PATCH 2/3] texlive-common.eclass: check exit status of texmf-update
From:       Ulrich Mueller <ulm () gentoo ! org>
Date:       2024-02-29 20:40:03
Message-ID: uedcvovh8 () gentoo ! org
[Download RAW message or body]


>>>>> On Thu, 29 Feb 2024, Florian Schmaus wrote:

> @@ -178,6 +178,10 @@ etexmf-update() {
>  	if has_version 'app-text/texlive-core' ; then
>  		if [[ -z ${ROOT} && -x "${EPREFIX}"/usr/sbin/texmf-update ]] ; then
>  			"${EPREFIX}"/usr/sbin/texmf-update
> +			local res="${?}"
> +			if [[ "${?}" -ne 0 ]] && ver_test -ge 2023; then

This condition will always be false.

Ulrich

["signature.asc" (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic