dev-cpp/fkYAML: add die guards after the find calls

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2025-07-13 14:56:08 +03:00
parent e4c6a57c03
commit 2045777053
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ PATCHES=(
)
src_prepare() {
find thirdparty -mindepth 1 -not -name imapdl -delete
find thirdparty -mindepth 1 -not -name imapdl -delete || die
cmake_src_prepare
}

View File

@@ -26,7 +26,7 @@ PATCHES=(
)
src_prepare() {
find thirdparty -mindepth 1 -not -name imapdl -delete
find thirdparty -mindepth 1 -not -name imapdl -delete || die
cmake_src_prepare
}