diff --git a/usr/share/archboot/patches/33-initcpio.functions.fixed b/usr/share/archboot/patches/33-initcpio.functions.fixed index a2d873bf7..3155f9a4b 100644 --- a/usr/share/archboot/patches/33-initcpio.functions.fixed +++ b/usr/share/archboot/patches/33-initcpio.functions.fixed @@ -711,7 +711,7 @@ add_binary() { dest=${2:-$binary} - add_file "$binary" "$dest" "$mode" + add_file "$binary" "$dest" # negate this so that the RETURN trap is not fired on non-binaries ! lddout=$(ldd "$binary" 2>/dev/null) && return 0