Ensure symlinks are located in find-recipe.sh
This commit is contained in:
parent
0eb41b7820
commit
b87fb11f7f
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue