Skip to content

Commit

Permalink
app-text/scdoc: fix pkgconfig path for 9999
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.66, Repoman-2.3.14
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Jun 10, 2019
1 parent 12dea5c commit 87e35aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app-text/scdoc/scdoc-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
}

0 comments on commit 87e35aa

Please sign in to comment.