Merge pull request #832 from ryao/ktop

ktop: Install into /usr/sbin, not /usr/local/sbin
This commit is contained in:
Michael Marineau 2014-09-03 12:43:19 -07:00
commit dad75cd5e4
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
} }