aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2017-06-13 03:22:33 +0000
committerAlice Ferrazzi <alicef@gentoo.org>2017-06-13 03:22:33 +0000
commitd63da598d5b37d95bf7af284d4a37609d3bfd049 (patch)
treee7af255288f36a117c2591cd55e8e349bac368be /sys-kernel
parentfix RDEPEND: 'sys-libs/ncurses' matches more than one slot. (diff)
downloadelivepatch-d63da598d5b37d95bf7af284d4a37609d3bfd049.tar.gz
elivepatch-d63da598d5b37d95bf7af284d4a37609d3bfd049.tar.bz2
elivepatch-d63da598d5b37d95bf7af284d4a37609d3bfd049.zip
Force binary installation in /usr/bin/
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
}