sys-kernel/booster: update ebuild
This commit is contained in:
@@ -12,4 +12,4 @@ KERNEL_VERSION="${2:?}"
|
||||
# only run when the COMMAND is add, and fewer than 5 arguments are passed
|
||||
[ "${COMMAND}" = "add" ] && [ "${#}" -lt 5 ] || exit 0
|
||||
|
||||
booster "$([ "${KERNEL_INSTALL_VERBOSE}" = 1 ] && echo --verbose)" --kernel-version="${KERNEL_VERSION}" "${KERNEL_INSTALL_STAGING_AREA}/initrd" || exit 1
|
||||
booster "$([ "${KERNEL_INSTALL_VERBOSE}" = 1 ] && echo --verbose)" build --force --kernel-version="${KERNEL_VERSION}" "${KERNEL_INSTALL_STAGING_AREA}/initrd" || exit 1
|
||||
|
||||
Reference in New Issue
Block a user