diff --git a/usr/lib/archboot/cpio.sh b/usr/lib/archboot/cpio.sh index c4f005613..a60d2ec55 100644 --- a/usr/lib/archboot/cpio.sh +++ b/usr/lib/archboot/cpio.sh @@ -191,10 +191,6 @@ add_binary() { while read -r line; do if [[ "$line" =~ $regex ]]; then sodep="${BASH_REMATCH[2]}" - elif [[ "$line" = *'not found' ]]; then - error "binary dependency '%s' not found for '%s'" "${line%% *}" "$1" - (( ++_builderrors )) - continue fi if [[ -f "$sodep" && ! -e "${BUILDROOT}${sodep}" ]]; then