Skip to content

Commit

Permalink
gui-wm/hikari: fix configuration files install
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/728242

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <[email protected]>
Closes: gentoo#16246
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
epsilon-0 authored and FuzzyGophers committed Jun 15, 2020
1 parent 870f9a5 commit a5894b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ src_compile() {
}

src_install() {
emake PREFIX="${D}/usr" ETC_PREFIX="${D}/etc" install
emake PREFIX="${D}/usr" ETC_PREFIX="${D}" install
if use man; then
emake PREFIX="${D}/usr" ETC_PREFIX="${D}/etc" install-doc
emake PREFIX="${D}/usr" ETC_PREFIX="${D}" install-doc
fi
}

0 comments on commit a5894b1

Please sign in to comment.