aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/kpatch/kpatch-0.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-kernel/kpatch/kpatch-0.4.0.ebuild b/sys-kernel/kpatch/kpatch-0.4.0.ebuild
index 14564c0..754c355 100644
--- a/sys-kernel/kpatch/kpatch-0.4.0.ebuild
+++ b/sys-kernel/kpatch/kpatch-0.4.0.ebuild
@@ -71,5 +71,5 @@ src_compile() {
src_install() {
set_arch_to_kernel
- emake DESTDIR="${D}" install
+ emake DESTDIR="${D}" PREFIX="/usr" install
}