diff options
author | 2017-06-08 21:19:18 +0000 | |
---|---|---|
committer | 2017-06-08 21:19:18 +0000 | |
commit | bf44a88f2c96643b09d07ec827ddbb8b69e18de7 (patch) | |
tree | 946e5e0aeb4411bceb8dfdcc1982216036887e88 /sys-kernel | |
parent | git init with kpatch init file (diff) | |
download | elivepatch-bf44a88f2c96643b09d07ec827ddbb8b69e18de7.tar.gz elivepatch-bf44a88f2c96643b09d07ec827ddbb8b69e18de7.tar.bz2 elivepatch-bf44a88f2c96643b09d07ec827ddbb8b69e18de7.zip |
use set_arch_to_kernel insted of unset ARCH
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 c8aef12..24bc74a 100644 --- a/sys-kernel/kpatch/kpatch-0.4.0.ebuild +++ b/sys-kernel/kpatch/kpatch-0.4.0.ebuild @@ -66,6 +66,6 @@ src_prepare() { } src_install() { - unset ARCH + set_arch_to_kernel emake DESTDIR="${D}" all install } |