mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-cpp/fkYAML: add die guards after the find calls
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user