diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-10 09:54:07 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-10 09:54:27 -0500 |
commit | 87e35aa13803e820e6b483f7d0b16ec28e418f88 (patch) | |
tree | 65541d4fe8b9831d9b7c51ec07b8d1191cec6856 /app-text | |
parent | x11-misc/light-locker: fix elogind patch, bug 687318 (diff) | |
download | gentoo-87e35aa13803e820e6b483f7d0b16ec28e418f88.tar.gz gentoo-87e35aa13803e820e6b483f7d0b16ec28e418f88.tar.bz2 gentoo-87e35aa13803e820e6b483f7d0b16ec28e418f88.zip |
app-text/scdoc: fix pkgconfig path for 9999
Package-Manager: Portage-2.3.66, Repoman-2.3.14
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/scdoc/scdoc-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/scdoc/scdoc-9999.ebuild b/app-text/scdoc/scdoc-9999.ebuild index 3c018008f000..119be54bf057 100644 --- a/app-text/scdoc/scdoc-9999.ebuild +++ b/app-text/scdoc/scdoc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,5 +39,6 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" install + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" \ + PCDIR="${ED}/usr/$(get_libdir)/pkgconfig" install } |