mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
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:
parent
cf3091b25c
commit
aa13923611
@ -27,5 +27,5 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake install DESTDIR="${D}" || die
|
emake install DESTDIR="${D}" sbindir=/usr/sbin || die
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,5 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake install DESTDIR="${D}" || die
|
emake install DESTDIR="${D}" sbindir=/usr/sbin || die
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user