Skip to content
Snippets Groups Projects
Unverified Commit b87fb11f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Ensure symlinks are located in find-recipe.sh

parent 0eb41b78
No related branches found
No related tags found
No related merge requests found
......@@ -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 |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment