diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-08-28 16:45:05 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-08-28 16:16:06 -0700 |
commit | 164f053618be19d04166432cb428fd33f6a388ef (patch) | |
tree | 3a31da640f31ac38e17b69fca782b0aa65974682 /media-fonts/font-util | |
parent | media-libs/avidemux-plugins: respect USE=opengl (diff) | |
download | gentoo-164f053618be19d04166432cb428fd33f6a388ef.tar.gz gentoo-164f053618be19d04166432cb428fd33f6a388ef.tar.bz2 gentoo-164f053618be19d04166432cb428fd33f6a388ef.zip |
media-fonts/font-util: Install files to correct directory.
Closes: https://bugs.gentoo.org/693024
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts/font-util')
-rw-r--r-- | media-fonts/font-util/font-util-1.3.2-r1.ebuild (renamed from media-fonts/font-util/font-util-1.3.2.ebuild) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-fonts/font-util/font-util-1.3.2.ebuild b/media-fonts/font-util/font-util-1.3.2-r1.ebuild index 37a2562dcab2..c5c64bd6fcf7 100644 --- a/media-fonts/font-util/font-util-1.3.2.ebuild +++ b/media-fonts/font-util/font-util-1.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2005-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,4 +13,7 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND}" -XORG_CONFIGURE_OPTIONS="--with-mapdir=${EPREFIX}/usr/share/fonts/util --with-fontrootdir=${EPREFIX}/usr/share/fonts" +XORG_CONFIGURE_OPTIONS=( + --with-fontrootdir="${EPREFIX}/usr/share/fonts" + --with-mapdir="${EPREFIX}/usr/share/fonts/util" +) |