Bugfix compiling kernel 32

atratsevskiy
Mike Hiretsky 15 years ago
parent 93c67969d4
commit f35e70f2cc

@ -136,7 +136,7 @@ calculate-kernel_pkg_postinst() {
cd ${KV_OUT_DIR}
local GENTOOARCH="${ARCH}"
[[ ${ARCH} = x86 ]] && ARCH=i686 || unset ARCH
unset ARCH
make modules_prepare || die "cannot modules prepare"
ARCH="${GENTOOARCH}"

Loading…
Cancel
Save