This fixes a failure of pushd/popd in font_src_install().
Closes: https://bugs.gentoo.org/709576
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
IUSE="doc"
S="${WORKDIR}"
+FONT_S="${S}"
FONT_SUFFIX="otf"
src_prepare() {
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
IUSE="doc"
S="${WORKDIR}"
+FONT_S="${S}"
FONT_SUFFIX="otf"
src_prepare() {