From b87fb11f7f9abbd90fabe800eb5e3cafbc2c6eb0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 25 Feb 2023 09:35:43 -0700 Subject: [PATCH] Ensure symlinks are located in find-recipe.sh --- scripts/find-recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |