Skip to content
Snippets Groups Projects
Commit a36ee790 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Merge branch 'libdrm_selftester' into 'release-6.6'

PKG: small exception for check on /usr path with libdrm

See merge request orfeotoolbox/otb!84
parents 8866a250 fb181f17
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ else ...@@ -217,7 +217,7 @@ else
fi fi
grep_cmd=$(which grep) grep_cmd=$(which grep)
grep_out=$($grep_cmd -Rs "/usr/" "$CUR_DIR/lib/cmake/") grep_out=$($grep_cmd -Rs "/usr/" "$CUR_DIR/lib/cmake/" | $grep_cmd -v "/usr/include/libdrm")
grep_ret=$? grep_ret=$?
if [ $grep_ret -ne 1 ]; then if [ $grep_ret -ne 1 ]; then
echo "Check 4/4 : FAIL" echo "Check 4/4 : FAIL"
......
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