sys-kernel/xanmod-kernel: add || die

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2022-10-13 19:33:31 +03:00
parent 5d2eab9a8c
commit 91d512ee4a
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ QA_FLAGS_IGNORED="
src_prepare() {
# Remove linux-stable patches (see 0000_README)
find "${WORKDIR}" -maxdepth 1 -name "1[0-4][0-9][0-9]*.patch" -exec rm {} +
find "${WORKDIR}" -maxdepth 1 -name "1[0-4][0-9][0-9]*.patch" -exec rm {} + || die
local PATCHES=(
# meh, genpatches have no directory

View File

@ -43,7 +43,7 @@ QA_FLAGS_IGNORED="
src_prepare() {
# Remove linux-stable patches (see 0000_README)
find "${WORKDIR}" -maxdepth 1 -name "1[0-4][0-9][0-9]*.patch" -exec rm {} +
find "${WORKDIR}" -maxdepth 1 -name "1[0-4][0-9][0-9]*.patch" -exec rm {} + || die
local PATCHES=(
# meh, genpatches have no directory