ktop: Install into /usr/sbin, not /usr/local/sbin

This preemptively fixes a Gentoo QA warning that will be introduced in
future versions of portage.

Signed-off-by: Richard Yao <richard.yao@clusterhq.com>
This commit is contained in:
Richard Yao 2014-09-03 11:58:27 -04:00 committed by Richard Yao
parent cf3091b25c
commit aa13923611
2 changed files with 2 additions and 2 deletions

View File

@ -27,5 +27,5 @@ src_compile() {
} }
src_install() { src_install() {
emake install DESTDIR="${D}" || die emake install DESTDIR="${D}" sbindir=/usr/sbin || die
} }

View File

@ -25,5 +25,5 @@ src_compile() {
} }
src_install() { src_install() {
emake install DESTDIR="${D}" || die emake install DESTDIR="${D}" sbindir=/usr/sbin || die
} }