diff --git a/scripts/find-recipe.sh b/scripts/find-recipe.sh index 231b9fd..aa371b0 100755 --- a/scripts/find-recipe.sh +++ b/scripts/find-recipe.sh @@ -24,7 +24,7 @@ do # Find all packages providing this file pkgs="$( - find cookbook/recipes/*"/target/${ARCH}-unknown-redox/stage/${path}" -type f 2>/dev/null | + find cookbook/recipes/*"/target/${ARCH}-unknown-redox/stage/${path}" 2>/dev/null | cut -d/ -f3 | tr '\n' ' ' | sort |