Skip to content
Snippets Groups Projects

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

Merged Guillaume Pasero requested to merge libdrm_selftester into release-6.6
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -217,7 +217,7 @@ else
fi
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=$?
if [ $grep_ret -ne 1 ]; then
echo "Check 4/4 : FAIL"
Loading