diff options
author | Alice Ferrazzi <alicef@gentoo.org> | 2017-06-13 03:22:33 +0000 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2017-06-13 03:22:33 +0000 |
commit | d63da598d5b37d95bf7af284d4a37609d3bfd049 (patch) | |
tree | e7af255288f36a117c2591cd55e8e349bac368be /sys-kernel | |
parent | fix RDEPEND: 'sys-libs/ncurses' matches more than one slot. (diff) | |
download | elivepatch-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.ebuild | 2 |
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 } |