Skip to content

Commit

Permalink
depends: cmake kezelés javítás
Browse files Browse the repository at this point in the history
  • Loading branch information
rezso committed Sep 2, 2018
1 parent f9363cb commit 4f4ac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/depends
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ for pkg in $UB_PACKAGES; do
# cmake fájl analízise
./usr/lib/cmake/*/*Config.cmake|./usr/lib/qt5/lib/cmake/*/*Config.cmake)
found=0
for cmakedep in `grep ^find_dependency $file | sed 's/.*find_dependency[(]//g' | sed 's/\s.*//g'`;do
for cmakedep in `grep ^find_dependency $file | sed 's/.*find_dependency[(]//g' | sed 's/[)]//g' | sed 's/\s.*//g'`; do
cmakefile="lib/cmake/${cmakedep}/${cmakedep}Config.cmake"
if [ -f "/usr/${cmakefile}" ]; then
echo "/usr/${cmakefile}" >> "$UB_TMPDIR/file-noversion"
Expand Down

0 comments on commit 4f4ac5b

Please sign in to comment.