Ensure symlinks are located in find-recipe.sh

This commit is contained in:
Jeremy Soller 2023-02-25 09:35:43 -07:00
parent 0eb41b7820
commit b87fb11f7f
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -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 |