Use $CONFIG_DIR were appropriate
[qi-bootmenu-system.git] / sources / sections / kexec-tools.sh
blob725c0cc4fb94415086cf169395a31ecb9353e74d
1 setupfor kexec-tools
3 ./configure $CROSS_CONFIGURE_FLAGS --prefix=/usr \
4 --exec-prefix=/usr &&
5 make &&
7 cp build/sbin/kexec "$ROOT_DIR/sbin" || dienow
9 cleanup kexec-tools